Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi!
 I’m having problem with alignment call to action widget.
 It looks alright on a computer. See link below, top picture.
 I’ve inserted a screen shot from my mobile phone below. It looks wrong with center alignment of text and button to the right. How do I center-align the button.
 Thanks!
Hi Opgavekorrektur.dk
You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:
@media (max-width: 530px) { .sow-cta-base .so-widget-sow-button { float: none !important; } }How does that look?
You might also need to install the SiteOrigin CSS Editor.
Thanks a lot, it looks great