SEARCH POSITION

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Tue Nov 08, 2011 9:07 am
ANY BODY KNOW, HOW I CAN MOVE TO TOP_MENU POSITION TO CENTER , TO USE FOR SEARCH MODULE ??

AND DO HEIGHT ONE MORE HIGH ?

LIKE THE IMAGE ABOVE:
User avatar
Senior Boarder

GK User
Tue Nov 08, 2011 9:30 am
This will move gk_top_menu towards center and add height of 35px

Find File: /templates/gk_mystore/css/template.css

Find Line: 104 which is below
Code: Select all
#gk-top-menu { float: left; width: auto; }

Replace it with below
Code: Select all
#gk-top-menu { float: left; width: auto; margin-left: 300px; height: 35px; }


Find Line: 69 which is below
Code: Select all
#gk-tools { float: right; min-width: 300px; text-align: right; }

Replace with below
Code: Select all
#gk-tools { float: right; min-width: 180px; text-align: right; }
User avatar
Platinum Boarder

GK User
Tue Nov 08, 2011 3:33 pm
Hi NormanUK

Thank You very Much for help!!
I Insert the code and now i trying align the search to login and cart.
But above you can see the result of code.

Thank you.
You are web designer ?
User avatar
Senior Boarder

GK User
Tue Nov 08, 2011 3:37 pm
Do you have a link to your website?
User avatar
Platinum Boarder


cron