Hi, I used a code I found from an old thread (feb 2017)
.html_header_top.html_header_sticky #header {
position: fixed !important;
}
@media only screen and (max-width: 767px){
.responsive #top #main .container_wrap:first-child {
border-top: none;
margin-top: 105px;
}
}
And the “margin-top” setting works very well on the home page, but not with internal info pages.
Any idea what should I change in this code or in the setting of the internal page to apply it on all pages?
Enfold 3.8
Hey 0_o,
Please provide a link to the site/page in question so we can see exactly what the issue is.
Best regards,
Jordan Shannon
Hi,
Thanks for sending those over. Please add the following to quick css:
@media only screen and (max-width: 767px) {
#av_section_1 .av_textblock_section{
margin-top:150px!important;
}}
Best regards,
Jordan Shannon
Many thanks!
Hi,
No problem at all! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon