Hello, my question is how to set the width of the "main menu" in width template?
For me, so it looks like # header. Row2 # mainmenu
{
width: 988px;
height: 57px;
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 9px;
position: relative;
z-index: 20;
text-align: center;
}
The point is that I have 6 sections(blocks) in the main menu and the menu automatically makes me an empty seventh and fills the entire width of the unnecessary (the last tab is empty but it is - and is not to be) tabs should extend to the whole of the proportion.
PS menu width, location and many other things is able to change, but I can not disable / remove the last empty tab.
AS Templates
POSTED: 2013-03-17
Hello ASIA123321,
Please provide us with your site url, we would like to see this issue.
Regards, AS Team.
asia123321
POSTED: 2013-03-17
http://bgprojekt.pl/
AS Templates
POSTED: 2013-03-17
Hello ASIA123321,
You can do it by changing the menu items left/right padding in the tmpl.header.css file in the following class:
#header .row2 #mainmenu ul.menu li a {
border: medium none;
display: block;
font-weight: normal;
height: 37px;
outline-style: none;
padding: 20px 35px 0;
position: relative;
text-align: center;
text-decoration: none;
}
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
For me, so it looks like # header. Row2 # mainmenu
{
width: 988px;
height: 57px;
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 9px;
position: relative;
z-index: 20;
text-align: center;
}
The point is that I have 6 sections(blocks) in the main menu and the menu automatically makes me an empty seventh and fills the entire width of the unnecessary (the last tab is empty but it is - and is not to be) tabs should extend to the whole of the proportion.
PS menu width, location and many other things is able to change, but I can not disable / remove the last empty tab.
Please provide us with your site url, we would like to see this issue.
Regards, AS Team.
You can do it by changing the menu items left/right padding in the tmpl.header.css file in the following class:
#header .row2 #mainmenu ul.menu li a {
border: medium none;
display: block;
font-weight: normal;
height: 37px;
outline-style: none;
padding: 20px 35px 0;
position: relative;
text-align: center;
text-decoration: none;
}
Regards, AS Team.