How to remove padding from section

I want to make a couple sections on my website full width.

I have tried to use section stretch, but then it stretches out my parallax image and makes it look bad.

See "Robot Features" section on https://www.forexfury.com/

There is only a thin space between the image and the container which I would like removed, but I can't see a way of doing it without ruining my parallax image quality.

Thanks in advance.

Comments

  • Hi,
    I do not see any issue.
    Did you solve it?

    Also, send me a screenshot what padding do you mean - I see that everything looks ok.
    Which OS and Brower do you use?
    Thanks
  • See here


    This thin line is shown on chrome and IE, w10.
  • This padding cannot be changed, you would have to change whole website width, so that mean all items will get other position, test it with this CSS code:
    body.page-id-6 #Content .section_wrapper, .container, .with_aside .content_wrapper{
    max-width:100% !important;
    }

    That's all because of the parallax.
    This effect disables the full-width option and the image size is the original size of the image.
    or try to do it with Revolution Slider, it will work better and it makes no problem.
    Thanks
Sign In or Register to comment.