Hi
Does anyone know where do i go to edit the font size of the text in the actions Menu ????
Hi
Does anyone know where do i go to edit the font size of the text in the actions Menu ????
|
Profile page actions block links got styles from
For Events
For Ads
a.actions {classifieds_view.... (line 138)
font-size:16px;
font-weight:bold;
}
.. I recommend you install FF + Firebug plugin to inspect any elements itself ;)
|
general.css and anchor.css are Major elements of Style for UNI Template. TO edit Admin --> Settings --> CSS Style Editor FYI --> If you do not have your CSS chmod to Read/Write you can NOT use the Admin Dashboard CSS Editor. |
is there a way to make the actions menu into two columns? |
The code for action menu column width is here: profile_view.css located in your templates/tmpl_uni/css folder .menu_item_block_left, .menu_item_block_right
115{
116 position: relative;
117 float: left;
118 width: 200px;
change the width to something smaller and you will get more room for your columns.
Firebug is your friend for finding these little tweaks!
|