• Sydney theme comes with a built-in slider and it leaves a giant white space below it before my first row of widgets. How to I get the row flush with the slider or close to it?

    Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Link?

    I can tinker with the css on Sydney’s sample page, and this seems to do the trick:

    #pg-17745-0 {
    margin-bottom: 10px!important;
    }

    but w/o a link, I’m only guessing.

    Thread Starter chrisryansells

    (@chrisryansells)

    I currently only have a blue background color representing where my widgets will be placed. I’d like the blue to be right up against the bottom of the slider. Any help is appreciated!

    Thanks!

    Thread Starter chrisryansells

    (@chrisryansells)

    Apparently I also made my reply the link to my site! Ugh.

    @chrisryansells

    You sure did;)

    If you’re not already, you should be using a child theme and/or a custom css file. Plug this into your css and see if that does it.

    .page-wrap {
    padding: 0px 0 0px;
    clear: both;
    }
    .page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
    padding: 0px;
    }
    .single .entry-header, .page .entry-header {
    margin-bottom: 0px;
    }

    Hope that helps.

    Just like to say thanks @DFanzwa. You fixed it for me too! ??

    You’re welcome Jay. Glad to help.

    Hi DFranzwa

    I tried using your thread, but it just makes the white box move closer to the image, but does not seem to go away. Please help. Here is my website if you want to take a look. https://www.cyberbugtech.com

    Hi mcchris89,

    If you’re trying to get rid of all the white, try adding this to your child theme css or custom css script:

    .page-wrap .content-wrapper {
    background-color: #141414;
    }

    Hope that helps

    Hi, could you please tell me how to do the same but with the footer. E.g shorten the footer gap in my website. Here is the url…www.virtualshopit.com

    By shorten the footer gap, i mean where the widgets are, i need the box they are in shortened.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Can't eliminate space below slider in Sydney Theme’ is closed to new replies.