Site logo

Archived topic

Why theme is showing content in list view

7 replies · Started by Bryan on August 29, 2021

Viewing posts 1–8 of 8

Hello, I am using your "Dev" theme. The problem is that I don't know what is wrong with the theme it showing some content in a list view. For example, I want to use the Search & Filter Plugin but when I use the shortcode the results show in the form of a list. For the sake of understanding, I have attached an image.

Note: I have used the same plugin on another website using your Crypto theme but there it shows up properly in a single line.

yes.
Sent

I'm not seeing the link.

Can you provide it using the private info field?

The instruction is linked in my previous reply.

Thanks!

I have sent it in the private information box.

I don't see why this has anything to do with which template you are using.

Try this CSS to remove the dot:

.searchandfilter ul {
    list-style: none;
}

Or this if you want to remove the dots and have the three fields in one line:

.searchandfilter ul {
    list-style: none;
    display: flex;
}

I don't know what's wrong with this template. When I was using this same template on my test site it was fine. But on my main website, it is misbehaving.

If you can link me to both sites then I should be able to spot the difference.

This archived topic is closed to new replies.