Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #299872

    Hello!

    How to have the transparent header on mobile? on page templates activated! Please!!!

    #300525
    #300628

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    .html_header_transparency #top #wrap_all #main { margin-top: -82px!important; }}

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #300712

    Thank You Yigit!

    But I will not apply this code because it does not go with the items in my home page. I wanted to have the same rendering as on tablet.

    #300718

    Hey!

    Can you post the link to your website please?

    Regards,
    Yigit

    #300753
    This reply has been marked as private.
    #300951

    Hi!

    Thank you for the info.

    Please use this:

    @media only screen and (max-width: 767px) {
    .responsive #main {
    padding-top: !important;
    margin-top: -82px;
    }
    
    #main .entry-content-wrapper.clearfix {
    margin-top: 82px;
    }
    }

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    #300966

    Great! it works!

    Thank You!!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Transparent header on mobile’ is closed to new replies.