How could I change position of the product image popup window? It opens in the middle in the screen, and I would like to be opened in top of the screen.
Kind regards,
Maarten
EDIT: catalog/view/javascript/jquery/thickbox/thickbox.css
FiND:
#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}
change the top to something like 25% or less. Or try static values like 10px or 0px
FiND:
#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}
change the top to something like 25% or less. Or try static values like 10px or 0px
Who is online
Users browsing this forum: No registered users and 18 guests