X Pro - Blog Single Post does not have a container

Hi,

My single blog post pages do not have a container anymore after converting to Pro. Reading through the forum, I realize that the blog single page is using Global Content Layout (which is set to fullwidth). Previously targeting ‘.x-container.max.width.offset.blog’ helped with placing the content inside a container. However, I cannot do this anymore. Need some help to get this page to look like the rest of the site.

https://penmousedesign.com/cfp2/gift-campaign-jul-2019-updates/

Hi Ivan,

Try adding this custom css.

.x-container.max.width.offset {
    margin-left: auto;
    margin-right: auto;
}

Hope it works.

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