Post CSS help

Hey guys so there is a problem with X:

Having 20% your available real-estate being thrown away is just… bad, this need to be changed in the official theme css. Just give 100% off the room and if the end user wants to shrink it down fine but having this by default is sloppy.

Any way I’m trying to change this to what is shoud be:

div.entry-content.content {
margin-top:0px !important;
padding:0px !important;
}

And its just fighting me I cant get the css to take, I’ve tried drilling in a few different and it keeps haging on.
How do I get rid of the padding on posts, at least chagne it so it’s not such a hog.

Thanks for the help and seriously change this in the next ver. that and having CS turned off by default for post content. LOL, CS is so much better then the WP interface it’s like what are you guys thinking?

John

Hello John,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.single-post .entry-content {
    padding: 0 !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thanks for the help and sry if I came off high and mighty you guys make a great theme, just consider it a suggestion from a long time user. Thx again for the help.

J

Glad that we could be of a help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.