• Resolved bjw3404

    (@bjw3404)


    Hi,

    I am really struggling to find how to remove the border around the sliders on my homepage as well as other pages. I want the image the reach from each end without having the page padding getting in the way. Currently I have the background color of the slider sections blue and as you can see there is white space to the left and right of those areas. I would like to remove that. “https://66.228.46.49” is the site I am working with.

    I’m almost positive this will need custom css. Please give example code of how I might solve this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Vinod Dalvi

    (@vinod-dalvi)

    Hi @bjw3404,

    I hope you are well today and thank you for your question.

    You can try achieving it by adding the following CSS code in the Custom CSS code option of ruby theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    
    #page article {
        padding: 0;
        border: 0;
    }

    Best regards,
    Vinod Dalvi

    Thread Starter bjw3404

    (@bjw3404)

    Thank you Vinod

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing border on specific sections of the page.’ is closed to new replies.