Site logo

Archived topic

css styles for .inside-article only for posts

3 replies · Started by Mathias on May 1, 2020

Viewing posts 1–4 of 4

Hi,

I used these css styles to style the .inside-article class for my posts.

.full-width-content.separate-containers .inside-article, .full-width-content.one-container .site-content {
padding: 60px;
margin-top: -50px;
}

I created a specific layout-element in GP Elements for my posts layout (using full-width layout, without padding).

Unfortunately also the frontpage is affected (padding and margin). How can I apply the styles only to posts?

thanks

Hi there,

Try this:

.full-width-content.separate-containers.single .inside-article, .full-width-content.one-container .site-content {
    padding: 60px;
    margin-top: -50px;
}

Let me know if this helps :)

thanks, that worked

No problem :)

This archived topic is closed to new replies.