Results 1 to 3 of 3

Thread: Pricefield - Ajusting

  1. #1
    Thread Starter
    Rookie
    Not a Verified Customer
    member1's Avatar
    Join Date
    Jun 2009
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Pricefield - Ajusting

    I have a cosmetic problem with the pricefield, please see image below:



    1) how/what can i ajust so that the price is centered in the colored field.

    2) also, are the background (the small colored field) static (ajust in size according to the numeric value/size)?

    looking fw to reply

  2. #2
    jschodde's Avatar
    Join Date
    Apr 2009
    Location
    Anthem, AZ
    Posts
    154
    Thanks
    3
    Thanked 1 Time in 1 Post

    Re: Pricefield - Ajusting

    Ha! I've done this tweak myself already

    Looks like you are using the "blue" theme so all you need to do is edit the blue.css file under the classipress/styles theme folder.

    Look for this:
    Code:
    .left .title .prices { background: #304B6E; float: right; max-width:150px; padding: 10px; line-height: 30px; font-size: 20px; font-family: 'Arial', 'Trebuchet MS', 'Verdana'; color: #ffffff;}
    Play around with the font size first, then the line height. I don't think you want to widen the max-width because it might overlap with the title....just a hunch.

  3. #3
    Thread Starter
    Rookie
    Not a Verified Customer
    member1's Avatar
    Join Date
    Jun 2009
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Pricefield - Ajusting

    hi and thx for your reply

    i found the text on line 32 in the blue.css file (wp-content/themes/classipress/style) and changed the value on the max-width from 150 to 250. that seems to solve the issue with the numeric value of the currency not showing properly.

    Code:
    .left .title .prices { background: #304B6E; float: right; max-width:250px; padding: 15px; line-height: 30px; font-size: 35px; font-family: 'Arial', 'Trebuchet MS', 'Verdana'; color: #ffffff;}
    file: blue.css (or any of the other ones)
    location: /wp-content/themes/classipress/style
    line: 32
    character: 69

    hope others find this helpfull as well






Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)