Page Attributes not working

hello everyone - i need to edit the search page - so i changed the page attributes from draft to Layout-full width - but no change is happening - ??? Can someone help me understand how to get the page attributes to work ? Thanks andrew

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up, however there may be a delay since it was placed in the wrong location (see global notice at top of page). How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Conversation Forum (no official support provided here).

Design & Development, Marketing & Media, and Hosting & Optimization are for discussion with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hello There,

Thanks for writing in! You cannot edit the Search page. It is driven by a template in X theme. I have checked your site and I can see that you have custom css to have 3 columns in the search results page. You have added this:

@media (min-width: 180px){
    .search-results .x-main > article {
        width: 25%;
        float: left;
        overflow: hidden;
        position: relative;
        margin: 0 2% 4.5% 0;
        padding: 0;
        text-align: center;
        background-color: #fff;
    }

    .search-results .x-pagination {
        clear: both;
    }
}

The page attributes or post meta will only display if you enable it in the customizer. Please go to Appearance > Customize > Blog > Content.

Hope this helps. Kindly let us know.