Align text in widget

Hi! Thanks for a super awesome theme, I love it :slight_smile:

I put a contact-form in a text-widget but the content keeps sticking to the left.
I would like it to have som space. Do you have a trick for that?

Hi @dannaadler,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s displaying so that i can help you to align it?

Kind Regards,
Movin

The URL to my site is: http://bbts.danna.no

I change the type of contact-form that I use, but I guess the question still stands on how to align it.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


#shortcode-widget-4 {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
}

#shortcode-widget-4 .textwidget .contact-form input[type=text], 
#shortcode-widget-4 .textwidget .contact-form textarea, 
#shortcode-widget-4 .textwidget .contact-form input[type=email] {
    width: 100%;
}

Hi,

Is there a generic way to align text in a wizard? I am trying to center align content in a text widget. I am also using a short code in the same text wizard.

@xpresspac This is old topic and the theme is changed a lot so to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.