Hello Support!
I have a extra space from the Logo Area under my content when the display get smaller exact in the moment when the Fullwidth Sub Menu collapse to a icon. Is there a chance to avoid that?
Thank you
BR Andreas
https://www.dropbox.com/s/qngr5sqbrzdc7x4/photo_2021-12-08_13-47-24.jpg?dl=0
Hey alliansohog,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.page-id-477 #av_section_4 {
margin-top: -45px;
}
}
Best regards,
Rikard
Thank you for your help!.
I had another page with the same elements but first i would not work here, but then i inspect the side and found that i have to change from #av_section_4 to #section-container-width and then it worked on the other side as well.
I had another question and unsure if i have to open another forum post for what:
Below av_section_3 i have a line with following text:
<div class=”clear”></div> == $0
i believe this line create a 1px line between 2 sections. Can you help me to hide that?
Hi,
Thanks for the update. Do you want to hide the border? If so, then please try this CSS:
.container_wrap {
border-top-width: 0;
}
It’s not added by the div with the clear class.
Best regards,
Rikard
Thank a lot!
i always appreciate you guys on enfold support. Best support!