CSS code needed to push blog post images beneath menu

  • Unknown's avatar

    Could you please provide me some CSS code to push the blog post images beneath the menu? Currently, the menu is on top of some faces of images. I’d like to create some vertical space between the images and the menu.

    Thanks!

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

  • Unknown's avatar

    Hi, first off, add the following to your custom CSS, which moves the image slider down below the menu.

    .twelve #slideshow {
    	padding-top: 82px;
    }

    As you will see, the menu then looks a bit strange with the ribbon corners. The following will remove the ribbon corners.

    #navigation .corner-left, #navigation .corner-right {
    	display: none;
    }
  • The topic ‘CSS code needed to push blog post images beneath menu’ is closed to new replies.