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

    Hi there,

    when in mobile view;
    1. how do I slightly increase the space between top logobar and title,
    and/or
    2. slightly decrease the height of the top logobar

    3. How can I align the size/position of the logo, the search icon, and the menu icon,

    4. How can I change the color of the search and menu icon

    Many thanks in advance, best regards
    Alexander

    #1227832

    Hey Alexander,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1227919
    This reply has been marked as private.
    #1228151

    Hi,

    Thanks for that. The screenshots show me the same file though, there’s no difference between the two. Could you try sending the mockup image again please?

    Best regards,
    Rikard

    #1228196
    This reply has been marked as private.
    #1228486

    Hi,

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

    @media only screen and (max-width: 767px) {
    #menu-item-search a {
        color: blue;
    }
    }
    
    .header_color .av-hamburger-inner, .header_color .av-hamburger-inner:before, .header_color .av-hamburger-inner:after {
        background-color: blue;
    }

    Best regards,
    Rikard

    #1228534
    This reply has been marked as private.
    #1228780

    Hi,

    Try this as well:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-logo-container {
        width: 95%;
        max-width: 95%;
    }
    
    #menu-item-search a:before {
        font-size: 40px;
    }
    
    .av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
        width: 50px;
        height: 5px;
    }
    }

    Please note that theme support is not a customisation service, we will try to help out with smaller tweaks in the theme though.

    Best regards,
    Rikard

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