Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Valerie, in your case what you have to check is the following…

    In the following code adjust the 183px to a lower number or higher depending on your preference.

    .catablog-description {
        margin: 0 0 0 183px;
    }

    In regards to the <p> tag, you currently have the following…

    p {
        margin: 5px 0;
    }

    To increase the margin from left to right adjust the following code in the <p> tag.

    Adjust the 30px part of the following code to suit your your needs.

    p {
        margin: 5px 0px 0px 30px;
    }

    Let me know if that helps you.

    Kind regards

    Thread Starter Wowsers Web Design

    (@valeriewowserswebdesigncom)

    I am presuming you are talking about the catablog.css.

    I did not find .catablog-description

    I did find .catablog-row .catablog-description

    and I am talking vertical spacing.

    And why wouldn’t Catablog maintain the same vertical spacing as the template CSS.

    You can see the vertical spacing difference by the comparing the two pages I listed in the original post.

    Hi the .catablog-description is one of the classes that CataBlog uses to edit the format. So applying the code I mentioned above to the .catablog-description class will adjust your bullet point margin horizontally.

    If you want to change the vertical spaces then you have to remove the
    tag added in your description. Have a look at the following URL and focus on point number 4.

    Let me know if that helps you.

    Kind regards

    Thread Starter Wowsers Web Design

    (@valeriewowserswebdesigncom)

    Perfect! Thank you so much for your prompt and complete reply.
    Have a great day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the Font Line Spaces’ is closed to new replies.