• Resolved irenepv

    (@irenepv)


    I would like to know how I can reduce the height of the banner because it only allows me to reduce to 500 but is very high.
    Thank you

Viewing 15 replies - 1 through 15 (of 15 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi there,

    You can add this css on child theme style.css file to reduce the height of banner image;

    #page-banner img {
        height: 400px;
    }

    You can change height property as per your requirement

    Note: using child theme stle.css file to add custom css will prevent your changes on theme update

    Thanks for contacting Styled Themes

    Thread Starter irenepv

    (@irenepv)

    Hello,
    Perfect, is already solved.
    Now I have problem with the size of the header image. It is very big and when I upload a picture pixilated or leaves out a white box in the middle of the image.

    Theme Author Styled Themes

    (@gejay)

    Hi Irenepv,

    Could you please mention the link of your site also, so that it will be easy to both of us to find the solution asap. We hope you understand.

    We look forward to your respond.

    Thanks

    Thread Starter irenepv

    (@irenepv)

    Hello,
    The web now have the maintenance mode so it is not public. How I can do so that you can see without disabling the maintenance?

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    You can remove the maintenance mode for some hours, so that it will be easy to both of us. We hope you understand.

    Thanks

    Thread Starter irenepv

    (@irenepv)

    Ok, I have already removed so they can see what I say.
    Thank you

    Thread Starter irenepv

    (@irenepv)

    Hello,
    They have seen my problem?

    Theme Author Styled Themes

    (@gejay)

    Hi irenepv,

    You had missed out to send site URL, so we request you to send us your site url so we can see.

    Thanks

    Thread Starter irenepv

    (@irenepv)

    Thread Starter irenepv

    (@irenepv)

    Hi,
    You have seen my problem?
    Thanks

    Theme Author Styled Themes

    (@gejay)

    Hi there,

    It seems you had switched your site, so this may not be appropiriate soluiton but may help you. To make banner image full width you can keep this css on child theme

    #page-banner img {
        height: 400px;
        max-height:1200px;
    }

    Let us know how it will goes.

    Thanks

    Thread Starter irenepv

    (@irenepv)

    Hi,
    But my problem is not with the banner. My problem is with the head. It is not adapted to the size and leaves a white box.
    do I go back to the web so that public can see it.
    http://www.floresdelpatio.com

    Theme Author Styled Themes

    (@gejay)

    Hi irenepv,

    You are placing too large size of background image on header.Which indeed doesn’t get area to display ,so it is cropped on buttom. Theme suggest you the 2560widh and wiht 260 height.

    So you need to provide appropriate height for the background image . Here is the example.

    .header-bg {
    
        height: 261px;
    }

    And white spaces on leaf is due to the logo area. To fully disable the logo you can apply this css:

    .site-info {
        display: none;
    }

    Thanks

    Thread Starter irenepv

    (@irenepv)

    It worked.
    Thanks!

    Theme Author Styled Themes

    (@gejay)

    Most welcome irenepv

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘How to reduce the height of the banner’ is closed to new replies.