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.

CommentFileSizeAuthor
oldvsnew.jpg7.13 KBnonamer

Comments

tombigel’s picture

It 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.

nonamer’s picture

hi 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

nonamer’s picture

Hi 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