• I have already centered the Logo and Navigation bar of my site. I am using Meta Slider and have that centered as well. There is a grey bar right underneath my navigation, I would like to create a space between that bar and my Meta Slider. How would I do that? Also how would I remove that bar if I still don’t like the way it looks with the space.

    kailualivingshop.com

Viewing 1 replies (of 1 total)
  • this should add some space between the slider and bar

    .metaslider { padding-top: 20px; }

    This should remove the bar

    .tc-header { border-bottom: none; }

    In case you want to change the background color of the header to match the body color after removing the bar you can use this instead of the above.

    .tc-header {
       border-bottom: none;
       background: #fafafa;
    }
Viewing 1 replies (of 1 total)

The topic ‘Creating Space between Nav. Bar and Slider’ is closed to new replies.