[Solved] Move menu below header - Joomla! Forum - community, help and support
i'm using beez20 , i've moved header (to top of page.) i've put menu in position 1. how put menu (position 1) under banner. (site http://www.uk-leds.com )
(sorry whoever went on site, people still visiting site, when see joomla in redirect add in, talk me on livechat know you're here)
thanks.
thomas harvey
(sorry whoever went on site, people still visiting site, when see joomla in redirect add in, talk me on livechat know you're here)
thanks.
thomas harvey
reviewed site , not find horizontal menu in header area. if have menu , if want show below header image, edit following css entry available in file layout.css located in directory /templates/beez_20/css. have comment css attribute position:absolute;
code: select all
#header ul
{
display:block;
margin:0px 0px 1px 0px;
text-align:right;
list-style-type:none;
padding:10px 0px 10px 0px;
position:absolute;
top:0;
right:0px;
}
Comments
Post a Comment