Home Forums WoodMart support forum Spacing

Spacing

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

    mark-3189
    Participant

    Hi there,

    I have been trying to reduce the space under the main menu especially on the front page (https://andybiggs.co.uk/).

    Is there a way I can make the slider revolution full width to the edge of the (boxed) website. Maybe this will acheive my goal and look cool also more like the page title images (https://andybiggs.co.uk/product-category/westuits/mens_wetsuits/mens_oneill_wetsuits/).

    Kind regards,

    Mark

    #623067

    Hung Pham
    Keymaster

    Hello mark-3189,

    Thanks for reaching to us and appreciate your patience.

    1. The gap

    You can use the below custom CSS code and paste it to the Theme Settings >> Custom CSS >> Global CSS section:

    main.wd-content-layout.content-layout-wrapper.container {
        padding-block-start: 0px;
    }

    2. Slider

    You are using Gutenberg Blocks and blocks will be fit to container’s width. I kindly recommend to use WPBakery builder if you want to force specific rows to be full-width.

    Best Regards,

    #623610

    mark-3189
    Participant

    THANK YOU!

    I really appreciate your recommendation to use WPBakery.

    Kind regards,

    Mark

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