Announcement

Collapse
No announcement yet.

A fix that i can't get my head round

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    A fix that i can't get my head round

    maybe because it's a sunday have searched the KB but no avail

    site: http://wantmobiles.com/index.html Actinic V9

    Hi Folks, any help with the following would be much appreciated - thanks

    On product pages - http://wantmobiles.com/acatalog/mobile_phones.html - the text is "squashed up" (as it is in the checkout http://www.wantmobiles.com/cgi-bin/o...l?ACTION=Start)

    (it's got me stumped today *frowns* & *shrugs*)

    Thanks in Advance for any help
    Richie
    Last edited by richiehudson; 30-Jan-2011, 03:52 PM. Reason: fixed a few problems

    #2
    Sorted it. I'll leave this here in case anybody has the same issue. In actinic stylesheet...

    Code:
    p, table, td, th {
    	font-family: <actinic:variable name="ACTCSSFONTFAMILY" />;
    	font-size: <actinic:variable name="StandardFontSize" />;
    	font-style: normal;
    	font-weight: normal;
    	color: <actinic:variable name="TextColor" />;
    	margin-top: 0px; (I had this set to -20)

    Comment

    Working...
    X