Top menu styling,rounded border megamenu,...

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Fri Aug 27, 2010 8:44 am
Hi everyone, I have some questions about template MyStore.



01.
I would like to change the space (padding?) between each items in the top menu..and in the footer menu (terms and conditions, ect..) (k2, ect..), maybe change de style of the separator between them too.

02.
How can I change the size of the rounded side into megamenu, login and registre module?

03.
I would like simply change the size of the left column :)

and finally

04.
I think that the technic used to make visible the login and register form is really cool, I would like to used for one other button, can you explain a bit how you did to transform the a.hover effect like in the megamenu into a button cliquable and not an a.hover button?


Sorry for my english.

Congratulations about this template, is very complete and reliable.
I hope I will be able to do some changes in css, with all of my css for dummies book :)

Thx in advance
User avatar
Fresh Boarder

GK User
Fri Aug 27, 2010 10:02 pm
02.
How can I change the size of the rounded side into megamenu, login and registre module?

I found on CSS3 :)
User avatar
Fresh Boarder

GK User
Sat Aug 28, 2010 12:18 am
Hi

LordeX wrote:

01.
I would like to change the space (padding?) between each items in the top menu..and in the footer menu (terms and conditions, ect..) (k2, ect..), maybe change de style of the separator between them too.


For the Megamenu, try something like this:
Level 0
Code: Select all
.megamenu.level0 li {padding: 0 25px!important}


Sub-itens
Code: Select all
ul.megamenu.level1 li {padding-left: 10px!important}


Try adding this code for the footer menu:

Code: Select all
#gk-footer .menu li a {padding-right: 10px; border-right: 1px solid #ccc }


03.
I would like simply change the size of the left column :)

You can set dimensions of blocks on template parameters.

04.
I think that the technic used to make visible the login and register form is really cool, I would like to used for one other button, can you explain a bit how you did to transform the a.hover effect like in the megamenu into a button cliquable and not an a.hover button?

I'm afraid that not very simple.

Cheers ;)
User avatar
Platinum Boarder


cron