New Topic

Double space blog content, font size, etc

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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2882

    kobejash16
    Participant

    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.

    #2884

    kobejash16
    Participant

    Does anyone have any response to my questions? Thanks.

    #2885

    StartupWP
    Keymaster

    1. 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?

    #2888

    kobejash16
    Participant

    Thanks 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.

    #2889

    StartupWP
    Keymaster

    Looks 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:

    https://startupwp.com/contact/

    #2891

    StartupWP
    Keymaster

    3. 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;
    }
    #2893

    kobejash16
    Participant

    Hello,

    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://www.wisebread.com/

    http://everythingfinanceblog.com/

    Thanks again.

    #2896

    StartupWP
    Keymaster

    Try:

    .home .entry-content img {
      max-width: 150px !important;
    }
Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.