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 #3444302
Top banner isn't filled
Closed

Comments

  •  1
    PkaSlaTv started the conversation

    hi penci design,

    I have an issue, when I use banner as SVG, the banner will be expanded fully. However, if I use PNG (export the same into different format: SVG or PNG), the width size will be cut off.

    Please advice.

    Best,

    PkaSla


    Attached files:  Screenshot 2023-08-25 at 4.40.16 PM 1.png

  •  2,541
    PenciDesign replied

    Hi,

    In this case, you should upload the image with a minimum 1200px width and then check again.

    Regards,
    PenciDesign.


  •  1
    PkaSlaTv replied

    Hi Penci Design,

    I use the dimension: 2000 × 337 but the banner width is still cropped, https://www.pkaslatv.com/

    Please advice.

    Best,
    PkaSla

    Attached files:  Vue Aston_01.jpg

  •  2,541
    PenciDesign replied

    Hi,

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

    .penci-header-signup-form img {
        width: 100%;
        height: auto;
    }

    Regards,
    PenciDesign.




  •  1
    PkaSlaTv replied

    hi penci design,

    it is still cropped as in the attached file.

    pls advice.

    best,

    pkasla

    Attached files:  Screenshot 2023-08-31 at 1.40.30 PM.png

  •  2,541
    PenciDesign replied

    Hi,

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

    .penci-header-signup-form figure {
        width: 100%;
    }

    Regards,
    PenciDesign.



  •  1
    PkaSlaTv replied

    hi penci design,

    thanks for your code. however, I faced this issue with my bottom banner too as in the attached file for the cropping image.

    please advice.

    best,

    pkasla

    Attached files:  Screenshot 2023-08-31 at 4.22.32 PM.png

  •  2,541
    PenciDesign replied

    Hi,

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

    .footer-subscribe {
        max-width: var(--pcctain);
        margin-left: auto;
        margin-right: auto;
    }
    .footer-subscribe figure {
        width: 100%;
    }
    .footer-subscribe figure img {
        width: 100%;
        height: auto;
    }

    Regards,
    PenciDesign.