Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #197450

    Hi Guys,

    Thankyou for all your prior help.

    Query- with my site http://www.naturaloutlok.com, when I switch to mobile view (resizing the window), there is no space bewteen the logo, the drop down navigation and the top slider – is there anyway to resolve this in mobile format? – it looks fine on desktop.

    Thanks

    gary

    #197493

    Hey Gstar72!

    You can add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    #header_main {
    padding-bottom: 20px;
    }
    }

    Best regards,
    Ismael

    #197512

    Hi Ismael

    Thankyou, worked great for the bottom, is it possible to add padding below the logo, so it doesn’t sit on the menu in mobile format?.

    http://www.naturaloutlook.com

    Gary

    #197610

    Hey!

    Please use this instead of the code I provided above:

    @media only screen and (max-width: 767px) {
    #header_main {
    padding-bottom: 20px;
    }
    
    .responsive .main_menu {
    position: static;
    margin-top: 20px;
    }
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #197626

    Perfect, thankyou sir, u r a genius!.

    Best wishes

    Gary

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Spacing Issue on Mobile View’ is closed to new replies.