• Resolved grl570810

    (@grl570810)


    For reasons too complicated to go into here I am trying to recreate the front page of the https://abbottsantiques.com.au site on a rebuild of the site using the Slide Anything plugin. It’s all gone pretty well for my first time using the plugin but for one thing that I can’t get past; there is a large amount of white / grey space below the slides as you can see and I can’t work out how to get rid of it. I know there have been similar posts previously but trying to adapt the answers to this isn’t working for me.
    For reference all the background images are 1100*400 px native size. I would like ideally there to be no white space below and have the pager dots within the slide boundary as per the original.
    I’m probably missing something obvious but have struggled with this for two days now with no result, so am reaching out for help. Any advice gratefully accepted!
    TIA, Graham

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Ok, I have dug into this – try adding the following CSS to your site:

    .site-content .container {
       min-height:auto !important;
    }

    You have some CSS (in your theme) that is setting this to a min-height of 400px and the content that you are inserting into some of your slides contains this wrapper.

    Thread Starter grl570810

    (@grl570810)

    Thanks Simon and my apologies for not finding it myself, I must have been cross-eyed when reviewing the theme CSS not to spot it. Setting min-height: auto is a big improvement I am sure I can tweak things into line now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space below slides’ is closed to new replies.