• My nav bar on mobile and tablet is out of wack. How can I fix that?

    Also below the slider on tablet size screen there is a huge gap. How do I get rid of it?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello Kduncan,

    Follow the below steps to customize CSS as per your requirement.

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    @media only screen and (max-width: 600px) { 
    #featured-slider {
        display: block;
    }
    }

    Hope this helps.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘What is wrong with my navbar and below slider?’ is closed to new replies.