Home Forums WoodMart support forum CSS changes won’t work

CSS changes won’t work

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #421824

    lensaidphoto
    Participant

    Hello, I want to move this review widget to the left. But everything I’ve tried doesn’t work. It looks fine in Google Chrome’s Dev Tools, but when I apply the change to the theme, the widget stays centered. I also cleared all caches and also tried with an “!important” in the code.

    Thanks for your help!

    Attachments:
    You must be logged in to view attached files.
    #421872

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .tp-widget-wrapper {
      margin: 0 !important;
      max-width: 245px !important;
    }

    If the issue still persists, then kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check and help you accordingly.

    Best Regards

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)