Large size submenu weght

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
Thu Jul 31, 2014 8:21 pm
Reply with quote
Report this post
I need a saving suggestion.
I would like to enlarge the size of the submenu in order to introduce gk modules with images a little bigger than they are now. Now they are by default, pretty small. I attached a picture so we can see what I would like to succeed.

Thanks in advance for the help.

joomla 3.x
template News2

Iulian
User avatar
Junior Boarder

teitbite
Fri Aug 01, 2014 12:09 pm
Reply with quote
Report this post
Hi

This would require a specific solution. Each width in submenu will have to be dealed separately. Please tell me the url to site so I'll show You a code for one of submenu as an example.
User avatar
Moderator

GK User
Fri Aug 01, 2014 12:50 pm
Reply with quote
Report this post
the website is: http://revista9.ro/
menu: "sanatate" and "blog"

thanks
iulian
User avatar
Junior Boarder

teitbite
Sat Aug 02, 2014 3:41 pm
Reply with quote
Report this post
Hi

I'll try to explain it with "sanatate":

1. In template settings set override to ON
2. Edit file override.css and add this code to it:
Code: Select all
.gkMenu > ul > li:nth-child(3) > div.childcontent {
width: 900px !important;
}

.gkMenu > ul > li:nth-child(3) > div.childcontent .gkcol:nth-child(1) {
width: 300px !important;
}

.gkMenu > ul > li:nth-child(3) > div.childcontent .gkcol:nth-child(2) {
width: 200px !Important;
}

.gkMenu > ul > li:nth-child(3) > div.childcontent .gkcol:nth-child(3) {
width: 400px !important;
}
User avatar
Moderator

GK User
Sun Aug 03, 2014 10:39 am
Reply with quote
Report this post
is cool. an excellent job. are excited.

a wonderful day.

thanks
iulian
User avatar
Junior Boarder

teitbite
Sun Aug 03, 2014 9:29 pm
Reply with quote
Report this post
Hi

Glad to hear that. Let me know if You will have any other problems.
User avatar
Moderator


cron