resize to dimensions of the main menu

February 2014 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Nov 19, 2014 8:12 pm
Reply with quote
Report this post
hello, how can we resize to dimensions of the main menu for the template news2 as shown in the image?
thanks,
Iulian

joomla 3.3
template news2
www.revista9.ro
User avatar
Junior Boarder

GK User
Wed Nov 19, 2014 9:32 pm
Reply with quote
Report this post
Hi,
start from this:
Code: Select all
.gkMenu > ul > li.haschild > a {
    padding-right: 35px;
}
User avatar
Platinum Boarder

GK User
Thu Nov 20, 2014 5:26 pm
Reply with quote
Report this post
great news
works
thank you
iulian
User avatar
Junior Boarder

GK User
Thu Nov 20, 2014 7:04 pm
Reply with quote
Report this post
Now you have okey, but you forget to remove ">" mark when menu item has a subitems.
To fix it use this:
Code: Select all
.gkMenu > ul > li.haschild:after {
    content: " "; }
User avatar
Platinum Boarder


cron