Home>Support>Vantage – blog page as a home page – more padding please

Vantage – blog page as a home page – more padding please

Hello,
I build a new page with the free Vantage theme. I like it and I think to buy the Pro version. But I’m not good with CSS and have a problem here:

I have the blog page as a home page. Layout Bound: Boxed
The edges are way too narrow! I need more padding between wrapper and container. I tried to solve this, I found an entry in the forum, which seemed to me to fit ::
.entry-main {
Padding: 70px;
}
This looks good on the PC, but not on the smartphone. The text-container is too narrow.

What can do? Please help me.
Sorry für mein English, Google-Translator hilft mir ;-)
Thank you! Carline

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 11 months ago Alex S
    Hi, I Work Here

    Hi Carline,

    Please try changing the CSS you referenced to:

    @media (max-width: 549px){
    	.entry-main {
    		padding: 0 10px;
    	}
    }
    @media (min-width: 550px){
    	.entry-main {
    		padding: 70px;
    	}
    }
    

    If it’s still very narrow on mobile phones, do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 7 years, 11 months ago Carline

    Oh, great! It is working! Thank you so much!
    You can look here: http://www.zebra-und-kolibri.de
    There are not all the contents yet, but the scaffolding is.
    I help a friend, he is a good graphic artist, but not a web man.

    Vantage and SiteOrigin are great, I think I will change a few other sites and then buy the premium version of SiteOrigin. For 2 other sites I had bought at the beginning of the year Vantage Premium, which now seems to be something different?

    Thanks again!
    Carline

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More