• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 29.08.18, 15:57
  • Opened by: joaquin yelo
  • Closed by: Marek
  • Closed on: 12.09.18, 18:31
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12814 - problem

How can I manage the sidebar of the category page?

How can I do so that in the responsibe smartphone view, the category page shows in each row 2 products instead of 1?

Greetings and thank you.

Comments

Marek 29 Aug 2018, 16:05

Hi, Joaquin.
Could you please take a screenshot?

joaquin yelo 29 Aug 2018, 16:10

Current categories is as shown now and I do not want to.

“So I want you to show it” It’s how I want it to show on the screen.

and also know where I can modify the sidebar that shows the small image of slider revolution.

Thank you

joaquin yelo 29 Aug 2018, 17:51

Thank you very much, I have seen that you have made the change.
from the day of installation of the template we look that in the right part in responsive devices a blank space is generated that I indicate here in the image .. it is small and this does not allow the screen to adjust to the automatic width generating a small horizontal scroll
How can I solve it?
Greetings and thanks for everything.

attached images

joaquin yelo 29 Aug 2018, 17:54

could make the same change in the isotope filter module so that it is displayed in the same way as categories in resposive mode (2 products per row and centered) Here is an image where you can see how it looks bad and you can also see the space that is generated the right blank.
Sorry for the inconvenience and thanks for everything.
a greeting

Marek 29 Aug 2018, 20:34

I didn’t change anything yet.
Here is the solution for isotope:

@media (max-width:500px) {
.pk-isotope article {
width:100%;
margin-left:0;
margin-right:0;
}
}