Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #821510

    Hey there. So, I’m getting better at fixing these types of things, but this one I can’t really wrap my head around.

    PLEASE SEE PROVIDED SCREENSHOTS TO UNDERSTAND THE PROBLEM.

    Pricing display error.

    Sale price and normal price display error.

    Really appreciate your guys’ assistance. I’m trying to have either the pricing have a small, left margin/padding value so that the title doesn’t overlap. Or, what would even be better (and you guys can get creative) is to display the sale price and price area in a different part, like a different line separate from the title.

    • This topic was modified 7 years, 4 months ago by sdsitetechdotcom. Reason: Fixed image links
    #821581

    Hey sdsitetechdotcom,

    Thanks for the login details, I’m not sure on what page we can see the problem though? Please link directly to it.

    Also please consider updating to the latest version of the theme (4.1.1): http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    #821589

    Sure, I’m posting the link in the ‘Private Content’ text field for this reply.
    Nothing but gratitude for your evaluation.

    EDIT: Also, I’m downloading the entire site through FTP right now before I apply the theme update! About 25k files in total.

    #821898

    Bumping this up, in need of support. Thanks!

    #821997

    Hi sdsitetechdotcom,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-catalogue-title {
        padding-right: 80px;
        font-size:16px;
    }
    .av-catalogue-price.av-cart-update-price>span.woocommerce-Price-amount.amount {
      font-size: 16px;
    }
    #top #wrap_all ins:before {
        padding: 0px 4px 0 3px;
    }
    .av-catalogue-price {
        width: 70px;
    }
    

    By adding comments before us, you’re bumping your thread down not up, to the end of the queue.
    If you need further assistance please let us know.
    Best regards,
    Victoria

    #822266

    Great, thanks. That’s what I’m looking for.

    Now, which value should I change in the code to fix the minor clipping problem when a price is over 4 digits? See screenshot:
    Little clipping problem.

    #822399

    Hi,

    Please, could you provide to us the link with this EP3 CIVIC TYPER RED RECARO SEATS is located?

    Best regards,
    John Torvik

    #822435

    Check private content

    #822763

    Hi sdsitetechdotcom,

    Changing the av-catalogue-price width by 5px helps:

    
    .av-catalogue-price {
        width: 75px;
    }
    

    Best regards,
    Victoria

    #822989

    That’s perfect. Thank you for all the support.

    #823650

    Hi,

    Great, glad we could help and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #823699

    You can close this thread; everything has been fixed. Thank you so much.
    Here is a link to an unrelated problem:

    #823917

    Hi,

    Thanks for letting us know. I see that Victoria has already replied to your other topic, I’ll close this one for now.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘av-catalogue-price av-cart-update-price OVERLAPS av-catalogue-title av-cart-upda’ is closed to new replies.