Tagged: category banner, height, styling
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
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
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?
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
Hi here the image, as in the private content…
http://matriarca.com.ar/nmatriarca/wp-content/uploads/2015/12/category-banner.jpg
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