• Resolved Escondite

    (@escondite)


    Hi there. I am having problems trying to remove the white space between the heder and the slider on my homepage. If anyone could help that would be much appreciated. the website address is: https://www.iorderfood.co.uk

    I saw a code on a previous question but it didnt work for me.

    Thanks for any help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Please put following CSS code in your child theme’s css file or using any custom css plugin to add your custom css like SiteOrigin CSS.

    .header-widget-region .widget {
        padding: 0 !important;
    }

    It will remove the extra space you see bellow header. Which is technically the top padding.

    Thanks,
    Munir

    Mohsin

    (@mohsindigitalpoin8)

    Add this line of code in your css
    #rev-slider-widget-3 {
    padding-top:0 !important;
    }

    let me know of you need any help.

    Thread Starter Escondite

    (@escondite)

    Hi guys,

    Many thanks to you both. I can confirm that both of the suggestions worked a treat.

    Thanks again for your help, much appreciated.

    Nick

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove white space between Slider and Header’ is closed to new replies.