Reduce blank between menu bar and slideshow

  • Unknown's avatar

    Hello,

    I would like to reduce the blank between the menu bar and the slideshow of my homepage but i don’t know how ?

    Can you help me pleasseee ?

    Many thanks!!! :-)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, we can sort of do this, but you will notice gaps on some of the images because of the different sizes and proportions of them. The slideshow code creates a bounding box for the images by looking at all the images and takes sets the height and width so that each and every image is shown as large as it can be without the slideshow jumping around due to different size images and different proportions. Add the following to your custom CSS.

    .home .hentry {
    	padding-top: 0;
    }
    .home .entry-content-footer {
    	margin-top: 0;
    }
  • Unknown's avatar

    Thank you very much for your help and explanations!

    I will try with the CSS.

  • Unknown's avatar
  • The topic ‘Reduce blank between menu bar and slideshow’ is closed to new replies.