Home › Forum › Customization › Double space blog content, font size, etc
- This topic has 7 replies, 2 voices, and was last updated 9 years, 9 months ago by
StartupWP.
- AuthorPosts
- May 23, 2016 at 5:08 PM #2884
kobejash16
ParticipantDoes anyone have any response to my questions? Thanks.
May 23, 2016 at 5:16 PM #2885StartupWP
Keymaster1. 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 #2888kobejash16
ParticipantThanks 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 #2889StartupWP
KeymasterLooks 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 #2891StartupWP
Keymaster3. 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 #2893kobejash16
ParticipantHello,
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 #2896StartupWP
KeymasterTry:
.home .entry-content img { max-width: 150px !important; } - AuthorPosts
- You must be logged in to reply to this topic.
