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

    Hey there, a few weeks ago you helped me out with 2 separate logo’s in the header.
    I think because of an update something went wrong.

    Can you help me with the following for https://www.renaultvelserbeek.nl

    The second logo (on the right) is visible on tablets so now you can’t see the burger menu.

    Beste regards,
    Martijn Koster

    #1097936

    Hey Martijn,

    So you want to hide the logo on the right for tablets?

    Best regards,
    Rikard

    #1097978

    Hey Rikard,

    Yes

    #1098240

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Hide secoandry logo */
    
    
    
    @media only screen and (max-width: 1018px) {
        #header_main .widget {
            display:none;
        }
    }
    
    
    

    Best regards,
    Vinay

    #1099222

    Hey Vinay, thanks for your reply.
    Unfortunately that didn’t work. You already helped me out with other support to get things done. Maybe some css is now conflicting with each other.
    I hope you can have a look.

    Best regards,
    Martijn Koster

    #1100231

    Hi TenMediaNL,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen  and (min-width: 768px) and (max-width: 1024px) {
        #text-6 .textwidget {
            display: none;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1100416

    Hey Victoria, thank you for your reaction!
    That did the trick!

    Best regards
    Martijn Koster

    #1100639

    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 8 posts - 1 through 8 (of 8 total)
  • The topic ‘two separate logos in header’ is closed to new replies.