Home Forums WoodMart support forum Latest update – Site-wide right alignment bug

Latest update – Site-wide right alignment bug

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #383628

    Jeriss Cloud Center
    Participant

    Dear,

    Please check the link and pictures. After latest update, the alignment of the site on the right-side seems too close to the windows border. That’s not normal. Can you please check?

    Thanks
    Simon

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

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issues.

    .wd-header-cart.wd-design-3 .wd-cart-number {
    	width: auto;
    	height: auto;
    	text-align: inherit;
    }
    
    .woocommerce-Reviews>p {
      flex: 1 1 100%;
      margin-bottom: 25px;
      padding-right: 30px;
      padding-left: 30px;
    }
    
    .wd-single-reviews.wd-layout-two-column .woocommerce-Reviews>p {
    	flex-basis: 400px;
    }

    This issues will also be fixed in the next theme update.

    Kind Regards

    #383674

    Jeriss Cloud Center
    Participant

    Thanks I’ll wait for the patch

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

The topic ‘Latest update – Site-wide right alignment bug’ is closed to new replies.