Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #555236

    Hi guys i want to increase the height of the category banner, i already made it go full with with this CSS i found,
    .av-parallax-inner {
    background-size: cover;
    }
    But i didnt find how to make it taller
    That works half way because it goes far away to left and right going outside the limits of the header.
    Also i want it to be a litle taller in height almost double of actual size.

    Also i want to display the category name below the banner.
    i paste an image to explain better
    I am running a child theme with woocomerce
    Paste credentials inprivate content in case you need it

    #555295

    Hey smorrone!

    Your using the boxed layout so it wouldn’t be possible to make it go fullscreen. If you switch to the stretched layout instead then it would be possible.

    Cheers!
    Elliott

    #555411

    Hi elliot that does not answer my question, as you can see in the link i provided you, that for the with.
    On the other side for the height, how i make it taller?
    Also i want to display the category name below the banner.
    i add an image link to explain better.

    Can yo check it please, any hint?

    #557339

    Hey!

    It looks like you forgot to attach the screenshot. Go ahead and add that so we can get a better idea of what your trying to do.

    Best regards,
    Elliott

    #557716
    #557957

    Hi!

    So you want to increase the height of your category banner. It looks like you already have some custom CSS setup which is setting it to 300px.

    div .av-section-color-overlay-wrap {
        height: 300px !important;
    }

    Cheers!
    Elliott

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.