X Theme - Blog Page

Hi togheter,

I have an issue with the X-Theme blog page (http://xpreneurs.co/dev/blog/) is there no way in styling it like the other sites in site? the navigation is not displayed properly and the logo is off-set, would be cool if in the end it could look like that http://demo.theme.co/integrity-1/blog/.

Hello Remo,

The integrity blog page is for the integrity stack. You site is using a Renew stack which has the layout that you are currently seeing on your site right now like this: http://demo.theme.co/renew-2/blog/

Please edit this block of code that you have added in your Global CSS:

.masthead {
    position: absolute;
    width: 100%;
}

to

.home .masthead {
    position: absolute;
    width: 100%;
}

Hope this helps.

Hi Jade,

There is no way to style the blog with Cornerstone or other editors?

Hello Remo,

Thanks for updating the thread.

I can’t comment on other editors but as of today you can’t edit the layout of Blog index page using Cornerstone. However, this is a feature that we are currently working. We have envisaged a update related with layout builder later this year as per our status report that was published recently. For more details please take a look at following report:

Thanks.

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