Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #267020
    Lottieb87
    Participant

    Hi,

    My website is https://www.totsoffun.org.uk

    I have recently added some woo commerce featured products widgets to my homepage and they hang off the page to the left when published despite being in the centre in the editor.
    Is there a way to make these move to the centre using CSS?

    Thank you.
    Lottie

    #267058
    Skandha
    Participant

    @lottieb87: Hello Lottie,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body #page .wp-block-group.alignfull,
    body #page .wp-block-group .alignwide,
    body #page .wp-block-group .alignfull {
    	margin-left: auto;
    	margin-right: auto;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #267125
    Lottieb87
    Participant

    Worked like a charm. Many thanks once again!

    #267142
    Skandha
    Participant

    @lottieb87: Hello Lottie, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/kids-camp/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Woo Commerce featured products on homepage hang off page’ is closed to new replies.