Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1242463

    Hi,
    https://www.benestamgolfdesign.com/
    The menu does not look good on mobile as you can see the navigation is behind the logo.

    What code shall I add?

    Thanks
    Charlotte

    Mobile
    Horizontel

    #1242735

    Hey Charlotte,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    span.logo img {
      max-height: 55px;
    }
    }

    Best regards,
    Rikard

    #1242746

    Hi Rikard,
    Thanks but I don’t see any difference. I empty the cache in my mobile.

    Best regards
    Charlotte

    #1242996

    Hi,

    Did you add the code to the very top of quick css?

    Best regards,
    Jordan Shannon

    #1242999

    Hi Jordan,
    Yes, I did,

    Best regards
    Charlotte
    mobile

    #1243206

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    span.logo img {
      max-height: 55px !important;
    }
    }

    Best regards,
    Rikard

    #1243242

    Thanks:) much better now

    Can we make a little space also between the meny icon and the social media icons?

    Best regards
    Charlotte
    mobile

    #1243457

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .noLightbox.social_bookmarks icon_count_3{
    left:20px!important;
    }}

    Best regards,
    Jordan Shannon

    #1243608

    Thanks Jordan but I don’t see any difference.

    Best regards
    Charlotte

    #1243709

    Hi Charlotte,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    nav.main_menu .social_bookmarks {
      margin-left: 10px;
    }
    }

    You might have to decrease the max-height value for the logo after that as well. Otherwise the burger might cover it again.

    Best regards,
    Rikard

    #1243948

    Thanks Rikard,
    I have tried to change max-height value as well but don’t see any difference.

    @media only screen and (max-width: 767px) {
    nav.main_menu .social_bookmarks {
    margin-left: 25px;
    }
    }
    @media only screen and (max-width: 767px){
    .noLightbox.social_bookmarks icon_count_3{
    left:10px!important;
    }}

    #1244209

    Hi Charlotte,

    Thanks for the update. Maybe it would be easier if we add the CSS for you? If you want that then please post admin WordPress login details in private.

    Best regards,
    Rikard

    #1244230

    Yes, thanks.

    Best regards
    Charlotte

    #1244399

    Hi Charlotte,

    I added the code for you, please check if this is the right look. The code added is:

    
    
    @media only screen and (max-width: 479px) {
        .responsive .logo img {
            width: 70%;
        }
        .responsive #top #wrap_all .av-logo-container.container {
            width: 95%;
            max-width: 95%;
        }
        #top .social_bookmarks li {
            margin-left: 6px;
        }
    }
    

    Best regards,
    Victoria

    #1244807

    Thanks :) It looks good now.

    Best regards
    Charlotte

    #1244847

    Hi Charlotte,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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