• Resolved phil1ooo

    (@phil1ooo)


    Hi

    After looking long and hard for one of these and trying about 6 others till I stopped at yours which I liked and when I can afford it I will upgrade, but for now I will start with this one.
    I actually only have 1 issue with which I think would be an easy fix and that is the product title is currently on the same line as stars, percentage and flag button which means the title is divided onto 2 lines making it look horrible.

    All it needs is to find when in your script it tells it to do that and tell it to put the title on a new line PREFERABLY above the stars etc etc rather than below.

    If you tell me which file needs editing and what to put I would be happy to fix it.

    NOTE this all just a test site ATM

    Cheers

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi phil1ooo,

    You could add the following custom CSS by navigating to the “Basic” area of the “Options” tab to fix the issue:

    
    div.ewd-urp-review-title {
        display: inline-block !important;
    }
    
    Thread Starter phil1ooo

    (@phil1ooo)

    Nicely Done.

    Thank you very much as it looks 200% better.

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need to (br) for title’ is closed to new replies.