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 #2998498
Featured article list
Closed

Comments

  • sueno20 started the conversation

    Hi I used Penci's small list widget to show a number of featured articles. But it is only shown on desktop and only images on mobile and tablet versions. Any ideas why? See attached images

  •  2,492
    PenciDesign replied

    Hi,

    About this case, please send me your site login credential in a PRIVATE reply. I'll log in and help you config this element.

    Regards,
    PenciDesign.


  •   sueno20 replied privately
  •  2,492
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 1170px) {
        .home-featured-cat-content .cat-right .penci-image-holder.small-fix-size,
        .home-featured-cat-content .cat-right .mag-post-box .magcat-thumb {
            max-width: 170px;
        }
    }

    Regards,
    PenciDesign.



  • sueno20 replied

    Thank you. It is working now