Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #852425

    Malcolm G
    Participant

    Hi,

    I am using the Icon stack.

    I have site max width set to 950 – it works throughout the site on all pages apart from the post section:

    https://www.laganum.com/content/

    even though I have the ‘use global content layout’ option selected. Here, it seems to force the pages full width. Can you help please?

    Thanks, Malcolm

    #852715

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Try adding this in your customizer’s custom CSS:

    .blog .x-main.full {
        width: 90%;
        margin: 0 auto;
        max-width: 950px;
    }

    Let us know how it goes.

    Thanks.

    #853264

    Malcolm G
    Participant

    Hi – that doesn’t seem to work. Same issue:

    https://www.laganum.com/content/

    thanks

    #853279

    Rue Nel
    Moderator

    Hello There,

    To run X smoothly, you need to install Cornerstone plugin. All the shortcodes and its functionalities has been integrated in this plugin. You can get this plugin by going to X Addons > Extensions. To know more about Cornerstone, please check it out here: http://theme.co/blog/x-version-4-introducing-cornerstone/

    X 4.3.4 is now available! This release contains several bug fixes and we’re quite excited about the new features, so be sure to check out the changelog. Please do update to the latest version. After doing the updates, always remember to clear all plugin caches and all js/css minifications when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

    Please let us know how it goes.

    #853485

    Malcolm G
    Participant

    sorry -I’m not clear on what you are saying – does the above mean that if I am install Cornerstone, the code for the blog width will work? or is this just general advice?

    #853530

    Thai
    Moderator

    Hi There,

    To fix this issue, please update your current custom CSS to this:

    https://community.theme.co/forums/topic/remove-featured-image-from-single-posts/page/2/#post-853525

    Let us know how it goes!