Space between columns

Support Area Forums Kerygma Space between columns

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://gator4112.hostgator.com/~fhafc/wp-admin/customize.php?return=%2F~fhafc%2Fwp-admin%2Fpost.php%3Fpost%3D11%26action%3Dedit
  • Author
    Posts
  • #30127
    Susan Gaddis
    Participant

    Good morning. My columns are so close together the writing almost runs together. How can I fix that?

    #30148
    Bill Robbins
    Moderator

    Hello Susan,

    I believe there is an option when you’re selecting the shortcode to use to choose padding for that specific column. That might be one way to go about adding it.

    Another option would be to add padding to all columns. Here’s how you would do that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .content-column {
      	padding: 15px;
      }
      
    3. Update your settings.

    The advantage of the first option is you can add padding to the first column only which will give space between the text but also conserve space.

    Take care,
    Bill

    #30207
    Susan Gaddis
    Participant

    Thank you! It worked perfectly!

    #30210
    Bill Robbins
    Moderator

    Fantastic!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Space between columns’ is closed to new replies.