Popup Problem on Cart Area - Customize

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Thu Jul 15, 2010 10:40 pm
Hellow... :woohoo:
I'm trying change this spam that open when i select a module on Cart position.
I want to use it for my trnaslation option.

But the problem, that when change the layout option, (full, small etc) on tool bar, the position are diferent.

What css i can change for align on right side?
For make a perfectly for all stats of layout?

Sorry my english...

The image of problem...

the css that show me this information...

Code: Select all
element.style  {
display:block;
height:96px;
left:860px;
opacity:1;
overflow:hidden;
top:6px;
visibility:visible;
}
User avatar
Junior Boarder

GK User
Thu Jul 15, 2010 11:12 pm
The Solution...

On Template.css file, change for the size that you like.
Line 127
Code: Select all
#popup_cart { width:202px; }


and on line of Javascript on JS folder:

gk_script.js

Line 204:
Code: Select all
"left" : ($('btn_cart').getCoordinates().left - 99) + "px",


put here, the size/2, of your popup. ----------------------^

Well.. running good with any size of page.

*sorry, maybe you need make same adjust for perfectly position.
I put 99 because have a shadow.

Thanks...
User avatar
Junior Boarder


cron