Resize and Rearrange Top DIVs

  • batisteli
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 1 week 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
Attachments:

Please Log in to join the conversation.

More
12 years 1 week 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.

  • batisteli
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 1 week 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.
Attachments:

Please Log in to join the conversation.

More
12 years 1 week 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.085 seconds
Powered by Kunena Forum