*

harry

  • **
  • 12 posts
Listview
« on: April 03, 2021, 05:02:17 PM »
Hi!
Is it possible to show profile as a list view?

Thanx
Always Forward!

*

MB Themes

Re: Listview
« Reply #1 on: April 07, 2021, 08:10:29 AM »
@harry
On latest themes you could theoretically just add correct class into parent div to change it from "grid" into "list"
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

harry

  • **
  • 12 posts
Re: Listview
« Reply #2 on: October 25, 2021, 08:52:33 AM »
Thanx!
In which file should i modify?
Always Forward!

*

MB Themes

Re: Listview
« Reply #3 on: October 25, 2021, 08:54:03 AM »
@harry
Check form/seller.php

In these lines:
Code: [Select]
        <div class="bpr-items">
          <div id="gallery-view" class="white search-items-wrap">
            <div id="listing-card-list" class="block listing-card-list listing-grid">
              <div class="wrap">

Try to add additional class "list" into one of them.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots