Jump to content

How Center all posts in ipb4

Featured Replies

Posted

Hello,

 

How I can Center all posts in ipb4..

The CSS is very different then ipb3

 

Regards

Either find:

.cPost .cPost_contentWrap {
    padding: 7px 15px 15px 0;
    position: relative;
}

and add:

text-align: center;

or create in custom.css

.cPost .cPost_contentWrap {
    text-align: center;
}

 

  On 3/4/2015 at 12:02 PM, steve00 said:

or create in custom.css

.cPost .cPost_contentWrap {
    text-align: center;
}

 

​That would be the preferred route. This way if anything gets updated by the IPS staff the edit wont be overwritten.

  • Management

Please please please please please please please use custom.css.

  • 5 weeks later...

Where can we create the custom.css file? or is it already somewhere?

Never mind, 

I had designer mode enabled. I thought that was to edit the CSS...

  On 3/4/2015 at 3:17 PM, Matt said:

Please please please please please please please use custom.css.

​You guys should probably make an announcement or something about this just so every IPB users knows.

I too prefer using the CUSTOM.CSS. Much quicker access and easy to use-simply add or delete and again won't be overwritten by staff or updates

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.