BeMajor
asked 10 years ago

I have my category lists set up for the list format as my default because it looks best with my content summary.  When I view it in the grid layout the content summary or the post title is too long and it screws up the alignment and the page doesn’t look good at all.  Is it possible to just have the list format available and disable the grid?
 

1 Answers
DominicStaff
answered 10 years ago

Hello Bemajor ! 
To disable the grid format in DW Focus, you can add the following code to the Header Code (Dashboard > Customize > Custom Code. )

<style>
.category .post-layout .layout-grid {
    display: none;
}
.category .post-layout .layout-list {
    display: none;
}
</style>

Then Select the List layout in the Category Setting.
Hope this helps !

Powered by DW Question & Answer Pro