Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1705

[3.3.x] Styles Support & Discussion • The weakest link

$
0
0
The weakest link

Hi Everyone

So I have placed the following in navbar_header.html:

Code:

<div class="forumname"><div class="inner"><span class="corners-top"><span></span></span><ul class="linklist navlinks"><li>Forum Name</li></ul><ul class="linklist leftside"><li><a href="link" accesskey="h">Link 1</a></li><li><a href="link" accesskey="h">Link 2</a></li><li><a href="link" accesskey="h">Link 3</a></li><li><a href="link" accesskey="h">Link 4</a></li></li></ul><span class="corners-bottom"><span></span></span></div></div><br />
Along with that is the css:

Code:

.forumname{ font-family: sans-serif;font-size: 1.5em;color:blue;}
And it gives this:

forumname1.png

So far so good. But of course if I change the font-size in the css I get this:

forumname2.png

I want the name larger but not the links. I tried different combinations of ul and li in the css but nothing doing. I thought an extra div but that would space it out vertically.

Probably easy as can be but just not catching it. :-)

Statistics: Posted by DV1 — Sun Dec 03, 2023 9:41 pm



Viewing all articles
Browse latest Browse all 1705

Trending Articles