Space between paragraphs & font size

Discussion in 'RoadFighter WordPress Theme' started by kaocoaching, Apr 18, 2014.

  1. kaocoaching

    kaocoaching Member

    Joined:
    Jan 8, 2012
    Messages:
    34
    Likes Received:
    1
    Is there a way to increase the space after/before a paragraph throughout the site? So increase the space when you hit enter? I try to just hit enter twice but it doesn't save the space and defaults back to one.

    Also is there a way to increase the size of my font across the site?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. You can use the code given below
    Code:
      
    where you want to add the space.

    2.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     p{
    font-size:20px!important;
    }

    Adjust its value as per your requirements.


    Thanks & Regards
    Gourav Shrivastava
     
  3. kaocoaching

    kaocoaching Member

    Joined:
    Jan 8, 2012
    Messages:
    34
    Likes Received:
    1
    Any chance there is a code that adds a standard size space after the paragraphs? I write a blog regularly and adding that code will be a bit cumbersome and I'd much rather just hit the 'enter' button. Can this be done?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    You can also use (Shift + Enter) key for space.
    It will work.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page