*

unlimit

  • ***
  • 25 posts
How to make main page as list view instead of grid view(SOLVED)
« on: February 05, 2019, 11:20:26 PM »
I wonder that i could have a main page ad showing in a list instead of grid view. In search you can select what is the mode of ad view but not in main page.
Please advice how to do it.
Thanks
« Last Edit: February 06, 2019, 04:37:55 PM by unlimit »

Marked as best answer by frosticek on February 06, 2019, 05:15:15 PM
*

MB Themes

Re: How to make main page as list view instead of grid view
« Reply #1 on: February 06, 2019, 03:34:55 PM »
@unlimit
In main.php find:
Code: [Select]
<div id="latest" class="white">
change it to:
Code: [Select]
<div id="latest" class="white list">
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

unlimit

  • ***
  • 25 posts
Re: How to make main page as list view instead of grid view(SOLVED)
« Reply #2 on: February 06, 2019, 04:37:33 PM »
Working
Great