New Topic

Double space blog content, font size, etc

Home › Forum › Customization › Double space blog content, font size, etc

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.