Opening the register box in opposite side

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Mon Jun 28, 2010 9:42 am
Hi i have a problem when i opening the register box in my netbook, the box is half showing due to the opening to the right.

This happen to all netbook because the resolution is 1024px wide see the picture attached.

So how can i change the opening in the other side like Post Note template.

Thanks
User avatar
Fresh Boarder

GK User
Sun Jul 04, 2010 2:28 pm
Found the solution my self i overwrite the file the file "jsgk.script.js" from post note template into "jsgk.script.js" mystore template and now the box is opening in the opposite side. :P
User avatar
Fresh Boarder

GK User
Sun Jul 04, 2010 7:06 pm
Careful, because if you replace it with PostNote template, you will have problems with product cart popup.

Use this one instead.



Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Jul 04, 2010 7:33 pm
By the way, after replacing the file, open css3.css and replace this line:

Code: Select all
.gk_popup_wrap { -webkit-border-radius: 3px; -webkit-border-top-lef-radius: 0; -moz-border-radius: 3px; -moz-border-radius-topleft: 0; border-radius: 3px; border-top-left-radius: 0; }


with this one:

Code: Select all
.gk_popup_wrap { -webkit-border-radius: 3px; -webkit-border-top-lef-radius: 0; -moz-border-radius: 3px; -moz-border-radius-topright: 0; border-radius: 3px; border-top-left-radius: 3px; }


Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Jul 04, 2010 7:45 pm
Thank you
User avatar
Fresh Boarder


cron