Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #485900

    Hello Kriesi

    I just upgraded to Enfold 3.2.3 and now some of my CSS is malformed.

    See screenshots:

    Enfold 3.2.3 Shopping Cart

    Enfold 3.2.3 Shopping Cart

    Can you tell me what CSS to change to fix this.

    Cheers

    #486108

    Hey LordLiverpool!

    Did you edit the style.css file and add some custom CSS in? Did you make sure to completely delete the Enfold theme before downloading + uploading a fresh copy from themeforest when you updated? That will ensure all of the files are updated and clean.

    Anyways you can add this to your custom CSS to fix it.

    td.product-name dl.variation dd {
      margin: 0 12px 0 0 !important;
    }

    Regards,
    Elliott

    #486112

    Thanks for replying Elliott

    I’ve added all my custom CSS to my child theme’s styles.css file.

    The small snippets of CSS I’ve added have built up over the last 2 years since I first bought Enfold.

    When I upgraded to 3.2.3 is when the shopping cart became malformed so I don’t know if I have a CSS conflict without commenting my CSS out on a trial and error basis.

    Your CSS fixed the main shopping cart, but not the small side pop out shopping cart, if that makes sense? (See 2nd Image above)

    Cheers

    #486174

    Hey!

    Yes, it looks like it’s coming from the style.css file around line 294. Add this.

    dl.variation dd {
      margin: 0 12px 0 0 !important;
    }
    

    Regards,
    Elliott

    #486223

    Thank you, your modification fixed my problem.

    Yes the CSS at line 294 was recommended to me by one of your colleagues when I first purchased Enfold.

    Obviously with time that piece of CSS has become redundant.

    Thanks very much for your help.

    Best Regards

    #486233

    Hi!

    Glad you got it solved! let us know if we could do anything else.
    I will now close the ticket here.

    Regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Upgraded to 3.2.3 and CSS is malformed’ is closed to new replies.