Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1168202

    I raised this topic 3 years ago and got a greta solution.

    Using this code i have the header image / logo how i wanted it back then and am doing the same on a new Enfold site now.

    /* Transparent */
    .av_header_transparency #header_main .container .inner-container {
    background: url(https://s3-eu-west-1.amazonaws.com—————–/site-header21.jpg) no-repeat center center;
    }

    /* Non-transparent */
    #header_main .container .inner-container {
    background: url(https://s3-eu-west-1.amazonaws.com/—————-/site-header21.jpg) no-repeat center center;
    }

    I just wanted to know how i can hide this section on a Mobile please?

    Please see screen shots from my iPhone..

    You can see that it does not fit or look good on a mobile and would like to hide it so its looks like image number two screen shot..

    #1168291

    Hey mmsdev,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1168366

    Sure its in the private data and the site is password protected.

    #1168544

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #header_main .container .inner-container {
        background: none !important;
    }
    }

    Best regards,
    Rikard

    #1168627

    Perfect worked a treat!

    #1168667

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

    #1168670

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.