Hi, as you can see in this thread – https://kriesi.at/support/topic/how-to-center-align-widget-element/ – I aligned the widget to the center but I also want to align it to the middle so it will have the same space above and below.
How can I do this?
Thanks.
Also, how can I make this change page specific as it seems it changed all my other widgets/banners across the site?
Hey!
use this code:
.page-id-19318 div#bsap_2159 {
padding-top: 30px;
padding-bottom: 0px;
padding-left: 30px;
padding-right: 0px;
}
and adjust as needed.
Cheers!
Andy
Thanks.