Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #4496220
Home Featured Categories Style 13 Grid 3 Columns
Open

Comments

  • BrojJedan started the conversation

    Hi,

    i saw on the forum, that someone else had the exact same problem with Featured Categories Style 13. It is showing 2 columns, no matter what i do. I have removed the sidebar and it still shows 2 columns, so the space is not a problem.
    Please see section: "Zbor se predstavi". I also attached the screenshot.

    Bear in mind, this site is still in development.


    Thank you and kind regards,
    Matej

    Attached files:  Screenshot 2025-09-19 at 08.04.46.png

  •  2,983
    PenciDesign replied

    Hi,

    For this case, please send me your WordPress admin account in a PRIVATE reply.
    I'll log in and try to help you check this problem.

    Regards,
    PenciDesign.

  •   BrojJedan replied privately
  •   BrojJedan replied privately
  •  2,983
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    ul.penci-fea-cat-style-13 >li,
    .container.penci_sidebar ul.penci-fea-cat-style-13 >li {
      width: calc((100% - var(--pcrgap)*2)/ 3);
    }

    Regards,
    PenciDesign.