Skip to content
Public Ticket #20431

Mobile Index

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Unfortunately, the current version of Soledad doesn't support showing the Recipe Index in 1 row like the desktop version on mobile. We'll consider adding this feature in the future theme update.

Regards,
PenciDesign.


abajillianrecipes replied

Customer Reply

I appreciate the help, but what I meant was, is there a way to have the images for each category lined up side-by-side (just as it appears in desktop view) instead of vertically?

Thanks!

PenciDesign Supporter replied

Staff Reply

Hi,

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

@media only screen and (max-width: 767px) {
    .penci-index-post-img .penci-holder-size-square::before {
        padding-top: 30%;
    }
}

Change 30% to the image size you want to show on the mobile.

Regards,
PenciDesign.



abajillianrecipes started the conversation

Conversation Start

Is there a way to simply shrink the size of the categories as a whole in my mobile view "Recipe Index" section, instead of displaying large images in vertical view that you have to scroll through?

Want to join this conversation or access attachments? Sign in first.