-
AuthorPosts
-
July 30, 2021 at 10:59 am #1313418
All pages with customized top and bottom margin (es. -90 px) and white background is not visible after update
https://www.mylabrador.it/richiesta-informazioni/
See screenshot
http://i.prntscr.com/P_Rv9cPkRgqzdO8XMgj6ew.pngAugust 1, 2021 at 8:45 pm #1313730Hey Stefano,
Thank you for your patience, please try resaving your theme settings to rebuild the css files and clear and cache plugins and server cache.
If this doesn’t help please include an admin login in the Private Content area.Best regards,
MikeAugust 2, 2021 at 12:18 am #1313750I have this exact same problem, and posted my own question before I saw this thread. It’s a big problem for me, so I’ll subscribe to this one and see if I can use your solution.
I tried the advice of resaving theme settings, then clearing cache, but no luck.- This reply was modified 3 years, 3 months ago by Guitar Answer Guy.
August 2, 2021 at 12:48 pm #1313899Hi,
@Guitar Answer Guy, I don’t believe your issue is the same, you are using Row Margins set to 0 for top and bottom so columns are touching, this thread is about using negative margins to overlap columns.
I took a quick look at your page an I believe this css would correct the page you linked to:#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) { margin-top: 0px !important; }
the css causing your issue is from line 348 in
\enfold\css\grid.css
:#top .flex_column_table.av-equal-height-column-flextable:not(:first-child){ margin-top: 50px; /* added 4.7.5.1 to fix inconsistent layout equal height after individual height columns but remove when first entry */ }
but I’m not sure why this would be causing an issue now for you.
Best regards,
MikeAugust 3, 2021 at 4:35 pm #1314195@Mike: Thanks for the info. Luckily, the 4.8.6 update fixed my issue. I did previously try manually manipulating the CSS, but see now that I didn’t go far enough with my CSS selector. Whatever the case, the update fixed my issue.
August 4, 2021 at 10:27 am #1314327 -
AuthorPosts
- The topic ‘customized top and bottom margin’ is closed to new replies.