photobug theme, space between the lines

Support Area Forums Photobug photobug theme, space between the lines

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #11745
    Tomasz Herbasz
    Participant

    hi,

    I noticed that in my theme space between lines is a little bit too big. How can I change this?

    link to my page: http://www.herbi-scout.co.uk

    kind regards,
    herbi

    #11757
    Bill Robbins
    Moderator

    Herbi,

    Thank you for your business first of all. You can change the spacing between paragraphs and between lines in the same paragraph. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      p { 
      	margin-bottom: 15px;
      }
      

      and save your changes. That will reduce the spacing between paragraphs to 15 pixels from 24. You can change that number to get the spacing you’re looking for.

    3. If you’d like to change the line height inside of paragraphs, then paste this in the Custom CSS box too:
      
      body {
      	line-height: 1.1;
      }
      

      Save your settings and that will reduce the height from 1.2 times the font size to 1.1. You can adjust that number to find the right fit for you.

    If you have any questions or trouble, let me know.

    Have a great week,
    Bill

    #11762
    Tomasz Herbasz
    Participant

    thanks a lot Bill.

    #11764
    Bill Robbins
    Moderator

    Anytime.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘photobug theme, space between the lines’ is closed to new replies.