Adding left margin to menu page
-
Everything on my menu page is flush to the left. I would like to add some space for slider widgets later on. Can you help me.
Respectful
Gail -
Hi Gail, are you talking about the menu that appears when you click on the little square icon at top right, and are you talking about, in particular on narrower screens and devices where the far right column of widgets overlaps the Twitter Timeline widget? If so, that is controlled within the twitter widget code (in an iframe) and not something that is easily controlled, but give the following a try. At screen/device widths below 800px in width, it will narrow the twitter timeline widget so that it does not overlap the other widgets to the right.
@media screen and (max-width: 800px) { #twitter_timeline-3 { max-width: 75% !important; } } -
It has been quite a while since this thread was active, so I am going to mark it as resolved. If you have further questions or problems, please feel free to start a new thread.
Thanks.
- The topic ‘Adding left margin to menu page’ is closed to new replies.