Customizing the Contact Us Widget
-
How do I move the map in the Contact Us widget? It currently sits above the text (the contact information), but I would like it to sit below the text if possible.
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following CSS and see what you think. It seems to work well with the responsive design of the Stay theme.
#widget_contact_info-7 { height: 440px; position: relative; } #widget_contact_info-7 .confit-address { position: absolute; top: 45px; } #widget_contact_info-7 .confit-hours { position: absolute; top: 140px; } #widget_contact_info-7 #contact-map { bottom: -170px; position: relative; } -
-
- The topic ‘Customizing the Contact Us Widget’ is closed to new replies.