For those using my Free Themes and also using XOOPS 2.0.18, please read about this minor CSS adjustment. This only applies to some of my Free Themes.
If you've updated to XOOPS 2.0.18 and use my Free Themes you may have noticed that text on the Main and User menus are now aligned in the center of the block instead of on the left.
If you have noticed this happen and you want the text on the Main and User menus to be aligned on the left, do the following:
First download your copy of my Free Theme from your site onto your computer (to have a backup of files :p) and then find the style.css for the theme.
Main Menu Fix
1. Open the style.css file in notepad, then find
td#mainmenu a
2. Then in that line, find
display: block;
and replace that with
display: block; text-align: left;
User Menu Fix
1. In the same style.css, find the line
td#usermenu a
2. Repeat step 2 of main menu fix.
Then you can save the changes in the style.css and upload it back to your server into the Theme folder it came from.
Now refresh your site and your menu's will now be aligned on the left.






| 

