Hi there,
Can someone can tell me how to increase the height of just one multi-column section using the custom CSS code? I’m using the Taste theme.
Thanks for your help!
Pat.
Hi there,
Can someone can tell me how to increase the height of just one multi-column section using the custom CSS code? I’m using the Taste theme.
Thanks for your help!
Pat.
Image banner, sorry. not a multicolumn.
Hi @PatTheCat63 ,
This is the slideshow banner for taste theme. Try this one, if it wont work. Would you mind to share your URL website. Thanks!
div#Slide-template--15181413089302__16451248477c9272aa-1 {
height: 700px;
}
Result:
I hope it help.
thanks! actually, I just found the way to do it. I simply wrote: .banner {
height: 700px;
}
Thank you!!