Boundary Area

  • Unknown's avatar

    Hello,

    I am beginner in designing websites. I am currently working with Edin theme. I want to reduce the boundary area around the text in ‘without-featured-image’ i,e the green box int the front page. Can anybody please help me with this?

    Thanks,
    Innobude

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

  • Unknown's avatar

    Hi katharinaruess82,

    It sounds like you want to reduce space at the top and bottom of the homepage text that starts with “In der Innobude können Kinder und…”. Is that correct? If so, I’ve written some CSS that can be pasted in to My Sites > Customise > CSS:

    @media only screen and (min-width: 600px) {
          div.hero.without-featured-image {
                padding: 50px 0;
          }
    }

    The 50px refers to the top and bottom spacing and that can be adjusted to whatever size you like.

    I would also remove the following CSS as I think it is causing issues with spacing:

    .hero div {
    	height: 0px;
    }

    Feel free to start a chat if you need any further help.

  • Unknown's avatar

    Hi,

    Thank you so much. It was very helpful.

  • The topic ‘Boundary Area’ is closed to new replies.