Center position Banner2

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Wed Jul 07, 2010 11:09 pm
When I put the Gavivk image Show in banner2 it is alligned left. How can I change this to centered?

By the way, the module posistions posted on the demo dont seem to really be accurate. I discovered this by tring to get the top1, top2, top3 mods over the Image Show

http://dreamquestdirect.com/
User avatar
Fresh Boarder

teitbite
Thu Jul 08, 2010 1:40 pm
Hi

Please go to gk_stuff.css and find the class:

Code: Select all
.gk_is_wrapper-style1 .gk_is_slide_group {
margin:0 26px;
position:absolute;
text-align:center;
width:auto;
}


change the margin value.
User avatar
Moderator

GK User
Thu Jul 08, 2010 5:08 pm
Excelent! Thank you.. for others, file is located here, templates/gk_mystore/css .

Code looks more like this.

Code: Select all
.gk_is_wrapper-style1 .gk_is_slide_group { text-align:center; position:absolute; width:auto; margin:0 auto; }


Just change the auto to 26px. I also added a little bumper on the top by changing the 0 to 10.
User avatar
Fresh Boarder


cron