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 #3591662
Penci Image Box mobile version
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    How can I have Penci Image Box in mobile version smaller, 2 in row?

  •  3,116
    PenciDesign replied

    Hi,

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

    @media (max-width: 480px) {
      .penci-image-box .penci-featured-ct {
        width: 50%;
        float: left;
      }
      .penci-image-box .penci-featured-ct .penci-fea-in {
        height: 120px;
      }
      .penci-image-box .penci-fea-in h4 span span {
        min-width: unset;
      }
    }

    Regards,
    PenciDesign.



  •  4
    ISOLE-GRECHE replied

    OK 50%... but I see only one in a row

  •  3,116
    PenciDesign replied

    Hi,

    The problem is that you've put the Penci Image Box for each row, so the code I sent doesn't work properly.

    If you want to show 2 columns on mobile, please change the column's width on the Columns options.

    Regards,
    PenciDesign.


  •  4
    ISOLE-GRECHE replied

    I set 2 Columns as show in image attached but nothing changed. Tried with different mobile browsers.


  •  4
    ISOLE-GRECHE replied

    I saw that setting I made was only for one of six images... Where do I have to set 2 columns?

  •  3,116
    PenciDesign replied

    Hi,

    If you want to show 2 columns on mobile, please config the Columns like the screenshot below:

    HJU0UKo.png

    Regards,
    PenciDesign.


  •  4
    ISOLE-GRECHE replied

    I can't understand where I have to set this options. Do I have to do this for each of the six images? And in each one... where?

    https://imgur.com/D8WaC3M

    https://imgur.com/zOk8jN2

  •  3,116
    PenciDesign replied

    Hi,

    Please config the column settings similar to the screenshot below:

    wuaDQYR.png

    Regards,
    PenciDesign.


  •  4
    ISOLE-GRECHE replied

    OK! Perfect!