Home Forums WordPress Themes – Premium Encounters How to reduce the space between paragraphs

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15204

    I was wondering if it is possible to reduce the amount of space displayed between paragraphs. For example, in the footer of my website I would like to decrease the amount of space between my logo and the text below. Is this possible and if so how do I do this?
    website_footer.jpg

    Attachments:
    You must be logged in to view attached files.
    #20009
    Sushil Adhikari
    Moderator

    using css to target whatever you need the bottom margin adjusted for. Based on your screenshot, you need to apply an inline style on your image tag for a margin-bottom. For all paragraphs, you can overwrite the

    tag margin as well, but from the stylesheet. Default bottom margin on the

    is 1.250rem

    #20010

    Thanks. How exactly do I apply an inline style on the image tag? Is this under “image title attribute” or “image CSS class”?

    #20012
    Sushil Adhikari
    Moderator

    Like this:

    <img style="margin-bottom: 8px;" src="....
    #15205

    Thanks! I just did this and it worked perfectly.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.