that's it, i give up. can someone please help me on how to increase the font site of the submenus. firebug points me to look in general.css:
{
margin:0px;
padding:0px;
margin-bottom:20px;
background-color:#FFFFFF;
that's it, i give up. can someone please help me on how to increase the font site of the submenus. firebug points me to look in general.css: (firebug)
body {general.css (line 7)
background-image:url(../images/body_backgr.gif);
background-repeat:repeat;
color:#000000;
font-family:Arial;
font-size:12px;
margin:0;
padding:0;
}
(base/general.css)
body
{ margin:0px; padding:0px; margin-bottom:20px; background-color:#FFFFFF; }
where is the font-size in general.css??? please help. thank you.
|
Members
To edit font-size on this, open file templates/tmpl_uni/general.css
.subMenu h2 {
Edit font-size on submenus: Online All Members Search Hot or Not
Font-size is not coded specific to submenu by default -> comes from body in general.css I think.
.subMenu {
.subMenu a,
Hope this will help you a bit... |
okweb, thanks you for the hepl. that did. |
Why do all the css files in templates/uni read @import url(../../base/css/general.css); instead of editable code as you have displayed? |
Okay first I apologize if this is posted some place already but I have been unable to find this resolution, so I changed the dropdown menu to display all Category Pages instead of the "categories page" tab. like this
The PROBLEM is that there is not enough room for them to display correctly on page menu bar as seen here
And I have been unable to locate where to adjust this font option in D7 so that the sub menu items can be fully displayed in this area. Can someone please point me in the right direction...Thank You |