Forum Replies Created
-
AuthorPosts
-
Edit: SOLVED
Thanks, I added the logo with a img tag in the menu,I used CSS to hide av-logo-container, and have set the height of av-main-nav-wrap to the same height as my logo.
The menu items are at the top of my page in the av-main-nav-wrap container.Can you help me with the CSS to vertically align my menu items in the middle of the container?
- This reply was modified 8 years, 4 months ago by Flemming Hoyer.
June 23, 2016 at 4:04 pm in reply to: Centering content containter OR column padding on mobile #652637Achieved with:
@media only screen and (max-width: 800px) { .flex_column.av_one_full { padding: 0px 0px 0px 0px!important; } }
Still open to suggestions on a more elegant way of achieving the same result (centered text content aligned left without having to use different paddings for each screen size)
Thank you! I had tried that exact same code, but using 25px and without the !important part.
That worked,
Thanks!Hi,
The purpose of the DIV is to have an anchor for an onpage hyperlink, since I can’t change the ID of the element I am trying to link to.
Display: none; does hide the whitespace, but it also means the anchor stops working.
OP mentioned that he fixed it by changing the height and padding of the DIV, but I have not been able to figure out how.What CSS did you use to hide the DIV whitespace?
Being able to add custom ID, like with section sliders, would be great for this theme! -
AuthorPosts