Active
Project:
Tendu
Version:
6.x-2.1-beta5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2009 at 15:17 UTC
Updated:
29 Mar 2009 at 15:18 UTC
hi there, i am using this theme for a sales site, i am trying to swith to drupal 6,
i noticed that the links got messed in the cart (see picture), how do i fix this ?
thank you for this grate theme.
| Comment | File | Size | Author |
|---|---|---|---|
| oldvsnew.jpg | 7.13 KB | nonamer |
Comments
Comment #1
tombigel commentedIt looks like there is a difference in the links HTML structure in the module between 5 and 6, but i can't tell what the problem is from looking at the screenshot.
It looks like a CSS issue though, like you need to add a white-space:nowrap, or change the padding between the elements so they fit into the container.
Comment #2
nonamer commentedhi again tom
i forgot to mention i have no clue about css or html ... i just use the built in options and contributed modules\theme ...
i hapens on almost every hebrew theme i could find,
is there any chance you could explain what i need to do to remove that ?
i really like d6 and if i get this fix i can use it
thanks tom
Comment #3
nonamer commentedHi tom, ok i had to learn the basics of html and css to understand what i'm looking at, i found the probelm,
in: uc_cart_block.css
line 122 say -
.cart-block-summary-links ul.links li {
padding: 0em 1em 0em .75em;
border-right: solid 1px; <<<---- border should be 0, and it goes perfect ...
}
hope this will save some time for others