problem with price tags and text overlay

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart Themeproblem with price tags and text overlay

This topic has been marked as not resolved.

I have a problem with price tags, the currency sign is below the price.

also the text is not fitting correctly, there is an overlay, pls see printscreen for more details.

June 21, 2013 at 4:31 pm #24627

[hidepost=0]
Hi,

1) To bring the currency sign on the same line as the price, you should use this css mod:

.s_label .s_price .s_currency.s_after {
  display: inline;
  margin-left: 3px;
  vertical-align: top;
}

2) You can modify the list columns width with these styles (you may need to play a bit with the percents):

#product_info dt {
    width: 55%;
}
#product_info dd {
    width: 44%;
}

Add these styles at the bottom of your catalog/view/theme/shoppica2/stylesheet/screen.css.php, or from the “Custom Stylesheet” field from the theme control panel.

Best,
ThemeBurn team

June 24, 2013 at 10:20 am #24704
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.