Resize and Rearrange Top DIVs

More
12 years 11 months ago #24349 by batisteli
Only this is not enough. I had already tried. it seems that the problem is the div.VmCartModule size. It should to be at least double and the height around 200px as you can see in this other snapshot

Please Log in to join the conversation.

More
12 years 11 months ago #24355 by ivan.milic
template_css.css:

div.vmCartModule {
clear: both;
float: right;
width: 120px;
color: black;
font-size: 11px;
text-transform: capitalize;
}

remove width: 120px;

Please Log in to join the conversation.

More
12 years 11 months ago #24371 by batisteli
Can you help one more time? there is an inconsistency within shopping cart layout as shown in the image. I tried some modifications which have not resulted.

Please Log in to join the conversation.

More
12 years 11 months ago #24379 by ivan.milic
Then return width property but put some bigger value that you had like:

template_css.css:

div.vmCartModule {
clear: both;
float: right;
width: 250px;
color: black;
font-size: 11px;
text-transform: capitalize;
}

Please Log in to join the conversation.

Time to create page: 0.189 seconds
Powered by Kunena Forum