This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

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

Open 2 replies customizationthemetheme-vantage
Started · Latest reply by Carline

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Alex S Staff

    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. 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.

Have a different question or issue?

Start New Thread