O OldCoals Active member Feb 12, 2015 #1 How do I..... 1. Insert a line here to separate the forums? 2. Centre the text horizontally? 3. Change that colour?
How do I..... 1. Insert a line here to separate the forums? 2. Centre the text horizontally? 3. Change that colour?
Russ Well-known member Feb 12, 2015 #2 1.) it's controlled by primary content which by default has a border bottom. You could add a border back into the primaryContent property(style properties -> building blocks-> primary content). Or extra.css for that specific area: Code: .nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo { border-bottom: 1px solid #CCC; } 2.) Style Properties -> Sidebar -> Block Headings, make sure the padding is the same on the top and bottom. 3.) I'm assuming you're referring to: Style Properties -> General -> Content ? Upvote 0 Downvote
1.) it's controlled by primary content which by default has a border bottom. You could add a border back into the primaryContent property(style properties -> building blocks-> primary content). Or extra.css for that specific area: Code: .nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo { border-bottom: 1px solid #CCC; } 2.) Style Properties -> Sidebar -> Block Headings, make sure the padding is the same on the top and bottom. 3.) I'm assuming you're referring to: Style Properties -> General -> Content ?