Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2016-07-20 22:23:00

Ken
Member
Registered: 2013-03-16
Posts: 314
Website

How to place horizontal rule above/below navigation header

How do I place a horizontal rule above and below the the navigation header. I was able to do this in the CE4, but can not figure out where this setting is in Backlight

Offline

#2 2016-07-20 22:27:31

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: How to place horizontal rule above/below navigation header

do you mean a border? I think this needs to be done with custom css.

you could try this in your custom css:

ul.primary-menu {
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}

change color and thickness as needed.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2016-07-20 22:30:20

Ken
Member
Registered: 2013-03-16
Posts: 314
Website

Re: How to place horizontal rule above/below navigation header

I have never done this before. Any links with suggestions on how to incorporate custom css into a Backlight template?

Offline

#4 2016-07-20 22:37:16

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: How to place horizontal rule above/below navigation header


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#5 2016-07-21 01:26:27

Ken
Member
Registered: 2013-03-16
Posts: 314
Website

Re: How to place horizontal rule above/below navigation header

Works nicely, now if there was some way to get the two borders to extend the full browser window width?

Offline

#6 2016-07-21 01:46:15

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: How to place horizontal rule above/below navigation header

Then try creating a page template with Negative Space disabled. This should allow the nav menu container to span the width of the page. Then try this css:

nav {
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}

Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#7 2016-07-21 02:23:09

Ken
Member
Registered: 2013-03-16
Posts: 314
Website

Re: How to place horizontal rule above/below navigation header

as usual, you are great help,

This does what I wanted, thanks

Offline

Board footer

Powered by FluxBB