Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #867347

    michele
    Participant

    Hi, I wondered if you could help me with the placement of my nav bar? My url is http://www.bestofourshire.com/, you will see that it doesn’t sit properly under the image. I want the line at the bottom of the nav bar to sit flush with the bottom of screen if that makes sense? and my logo needs to go up a few pixels to sit central on nav bar, or for the nav bar to go down a few more pixels so that it sits central. Thank you for your help in advance.
    Michele

    #867904

    Rupok
    Member

    Hi Michele,

    Thanks for writing in! I can see the below CSS that you ave added :

    .rev_slider {
      border: 15px solid white;
    }

    Kindly remove this to get expected result. If you can’t find this then you can add this under Custom > CSS in the Customizer.

    .rev_slider {
      border: none!important;
    }

    Hope this helps.

    Cheers!

    #868821

    michele
    Participant

    thank you for your help
    Michele

    #869231

    Zeshan
    Member

    You’re welcome! 🙂