logo dimension

Posted in: Newspaper
Post count: 101

what is the recommended dimensions for the header and retina logo?

how to justify text in sidebar in about me and currently in?

http://www.carmeneverywhere.com

Post count: 23312

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!

Post count: 101

I activated cloudfare because my hosting told me to do it to decrease the page load time. Should i deactivate it? also for the sidebar text it`s not a block. I just need the code to put in theme panel to center align the text so give me the code?

Post count: 23312

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!

Post count: 101

I’d need the code to put inside custom css in theme panel to centre align text. I think the problem with cloudfare is solved. You can try to access my site now.

Post count: 23312

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!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.