what is the recommended dimensions for the header and retina logo?
how to justify text in sidebar in about me and currently in?
Hello carmene,
For more information about logo and retina logo recommendation size for each header style, please consult our documentation here -> https://forum.tagdiv.com/logo-favicon/
Unfortunately, I cannot access your website because I get 10001 error. It seems to be a problem with Cloudflare…try to check your hosting provider to fix this problem -> http://screencast.com/t/cYNOEktoXl If you are using a Text block for your Sidebar, you can set the text to be Justify directly from the editor, like this -> http://screencast.com/t/lPaLaQlrFqPn
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hello carmene,
Please try to configure the CloudFlare according to our documentation here -> https://forum.tagdiv.com/cloudflare-cdn/ Also, please notice that is not a simple task and is require to have some knowledge about this. If you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom work at the moment, sorry!
If I cannot inspect your website, I cannot provide you an accurate CSS code for your sidebar but only I can suggest you trying to target your text class from your sidebar and add this attribute with CSS code for Justify alignment -> text-align: justify;
Hope this helps!
Thank you for the message!
Hello carmene,
If you want to achieve as you wish, please try the code below and add it in the Theme panel->Custom CSS area.
The code is ->
.widget_text .textwidget p {
text-align:justify;
}
.gfcustomized-widget-text-32 .textwidget p {
text-align:center;
}
The result your should see here -> http://screencast.com/t/0ROOaMoSsthI
Thank you for the message!