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 #3562078
Mobile devices slider look
Closed

Comments

  •  1
    wpsovac started the conversation

    Dear Customer Service,

    I hope this message finds you well. I am reaching out to inquire if it is possible to customize the slider to look on mobile website to resemble screenshot Image B, specifically with a greater height to enhance visibility and user experience on mobile devices. what does it look now appearson screenshot A. We use slider 29. Your assistance and guidance on how to achieve this customization would be greatly appreciated.

    Thank you for your time and consideration.

    Warm regards

    Attached files:  Screenshoot A_it looks now.jpg
      Screenshoot B_we want to look.jpg

  •  2,267
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    @media only screen and (max-width:479px) {
      .featured-style-29 .penci-image-holder::before,
      .featured-style-30 .penci-image-holder::before {
        height: calc(100vh - 55px);
      } }

    Regards,
    PenciDesign.



  •  1
    wpsovac replied

    Great it works now. And one more question, is there also some css to to customize the single post featured image to look on web to resemble screenshot down. We use single post 5 but the image is oversized. 

    Best regards,  

    Zdravko

    Attached files:  Screenshot singlr post_web.jpg

  •  2,267
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Single Posts → General → Custom Aspect Ratio for Featured Image: change the value at this option.

    Regards,
    PenciDesign.


  •  1
    wpsovac replied

    Hi, it works now, thanks for the instructions. And is there possibility maybe to hide the web Aspect Ratio for the mobile devices that on mobile look deeper?

    Regards, Zdravko

  •  2,267
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    @media only screen and (max-width: 480px) {
        .single .penci-single-featured-img {
            padding-top: 100% !important;
        }
    }

    Change 100% with the size you want to show.

    Regards,
    PenciDesign.



  •  1
    wpsovac replied

    Dear team, 

    it looks and works great with that code. 

    Thank you for your support.

    Regards, Zdravko