Jump to content

How Center all posts in ipb4


AL Master

Recommended Posts

Posted

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;
}

 

Posted

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.

  • 5 weeks later...
Posted

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 members

    • No registered users viewing this page.
×
×
  • Create New...