Hi,
I would like to add a H3 call to action in the Promo box. When I try this the content drops down a line. Is there a way I can get this so it is aligned correctly with the top of the button using H3 text?
Thanks
Vince
Hi Vincent!
Please add following code to Quick CSS
.avia-promocontent h3 {
margin-top: 20px;
}
Cheers!
Yigit
Thanks Yigit, that worked a treat. Instead of 20 px I used 10px which put the H3 directly flush with the title.
Cheers
Vince