Move Social Sharing button to the bottom instead of the side
-
Hello,
I would like to change the way my articles are displayed. Right now the text is really tight in the middle of the page. I would like to remove the sharing buttons from the left and put them at the end of the page so the text of the article could be widerFor exemple on this page https://blogagla.wordpress.com/2017/01/26/aglas-rural-taobao-journey-video/
The blog I need help with is: (visible only to logged in users)
-
Hello,
I understand your needs completely. I also think it’s good idea that you expand the text area on the right. But basically, it’s kind of difficult to change the default layout of theme beyond customize function in dashboard on WordPress.com.
If you want to customize more detail, you need to upgrade plan to “Premium” or “Business”. And then you can use Custom CSS function. And you need a little of knowledge for CSS at least.
I hope this info helps you.
-
Hi @alibabaglobal123, add the following to your custom CSS. I’ve specifically targeted single post pages with this, so it will not affect static pages, such as your Who Are We? page.
@media screen and (min-width: 1380px) { .single .entry-footer { width: 100%; } .single .site-main { max-width: 905px; } .single .site-main .entry-content { width: 100%; } }After adding the above, in the Media Width field below the custom CSS entry area, enter 905 so that your images will come in full sized and not lose quality.
- The topic ‘Move Social Sharing button to the bottom instead of the side’ is closed to new replies.