Home › Forum › Customization › Double space blog content, font size, etc
This topic contains 7 replies, has 2 voices, and was last updated by StartupWP 2 years, 10 months ago.
- AuthorPosts
- May 23, 2016 at 7:36 AM #2882
Hello!
I want to start by saying that I just bought the pro version 2 weeks ago, and I am loving it. However, I have some questions. I have searched the forum for an answer but haven’t been able to find any:
1) How do I double space or (increase the space to 1.5) the content of my posts? Right now everything is single space.
2) How to increase the font size of my content?
3) On my recent posts page (where it shows all my posts), how can I have the picture to a smaller size and then when someone clicks on the article, the picture is a larger size?
4) On my recent posts page, how can reduce the white/extra spaces between the articles? And how can I add a line separating the articles?
5) On my recent posts page, I have added the social media buttons, I’d like to remove them from the ‘recent posts page’, but i’d like to see them when I actually click on/open the article?
Please let me know if you want to see my website to have a better sense of what I am talking about. The website is not public yet.
Thanks a bunch.
May 23, 2016 at 5:08 PM #2884Does anyone have any response to my questions? Thanks.
May 23, 2016 at 5:16 PM #28851. Are you using the Visual or Text editor? The Text editor will ignore double-spacing. For maximum control over the post editor and post content, check out this plugin:
https://wordpress.org/plugins/tinymce-advanced/
2. Use:
.entry-content p { font-size: 18px; line-height: 145%; }
https://startupwp.com/topic/customizing-your-theme/
3-4. Can I get the URL for this page please?
5. Are you using the built-in social media buttons or a plugin like AddThis?
May 24, 2016 at 8:34 AM #2888Thanks a lot for the quick reply. I will update 1 and 2 later today.
For 3-4, the URL is http://www.growthrapidly.com
5. Yes, I am using the AddThis plugin.
Thanks again.
May 25, 2016 at 3:20 AM #2889Looks like your site is in maintenance mode.
Either you’ll need to open it up so we can take a look or if it needs to remain hidden, you can email us the login details here:
May 25, 2016 at 6:36 PM #28913. Try:
.single-post .entry-content img:first-child { width: 100% !important; }
4. Try:
#recent-posts-2 li { border-bottom: 1px solid #ccc; padding: 5px 0; }
5. In your AddThis settings, you’ll find an option to stop the share buttons from displaying on Home. This is what you want. If it doesn’t work, try:
.home .addthis_toolbox { display: none; }
May 27, 2016 at 1:28 PM #2893Hello,
Thanks again for your help.
On question 3 again, the pictures on my ‘recent posts’ page are of different size. How do I keep them the same, consistent size. See these two websites for a good example:
http://everythingfinanceblog.com/
Thanks again.
May 27, 2016 at 5:19 PM #2896Try:
.home .entry-content img { max-width: 150px !important; }
- AuthorPosts
You must be logged in to reply to this topic.