wordpress spacing enquiries

5 replies
  • WEB DESIGN
  • |
I have changed a new theme on my blog and the spacing is bigger now compared to my previous theme.Is there any way to sort out the spacing or must I do all the manual work by removing the spaces?
#enquiries #spacing #wordpress
  • Profile picture of the author Istvan Horvath
    Style.css - that's the answer.

    Manually you can NOT do anything. Edit the stylesheet.
    Signature

    {{ DiscussionBoard.errors[5133578].message }}
  • Profile picture of the author spesialis
    edit your post

    click html on top right (instead of visual)

    block all text, cut ... paste to notepad

    make sure all double spaces are gone

    paste it back to your post

    save
    ----------------------------------------------
    if that's not working:

    click Appearances > editor

    find (ctrl + F) this:

    .entry-content, .entry-summary {
    padding: 1.625em 0 0;
    }

    change into:

    .entry-content, .entry-summary {
    padding: 1em 0 0;
    }
    {{ DiscussionBoard.errors[5134124].message }}
    • Profile picture of the author wilsonljx
      Originally Posted by spesialis View Post

      edit your post

      click html on top right (instead of visual)

      block all text, cut ... paste to notepad

      make sure all double spaces are gone

      paste it back to your post

      save
      ----------------------------------------------
      if that's not working:

      click Appearances > editor

      find (ctrl + F) this:

      .entry-content, .entry-summary {
      padding: 1.625em 0 0;
      }

      change into:

      .entry-content, .entry-summary {
      padding: 1em 0 0;
      }
      Do I have to do one post by one post?
      {{ DiscussionBoard.errors[5134271].message }}
    • Profile picture of the author wilsonljx
      Originally Posted by spesialis View Post

      edit your post

      click html on top right (instead of visual)

      block all text, cut ... paste to notepad

      make sure all double spaces are gone

      paste it back to your post

      save
      ----------------------------------------------
      if that's not working:

      click Appearances > editor

      find (ctrl + F) this:

      .entry-content, .entry-summary {
      padding: 1.625em 0 0;
      }

      change into:

      .entry-content, .entry-summary {
      padding: 1em 0 0;
      }
      Hi I have copied the ".entry-content, .entry-summary {
      padding: 1.625em 0 0;
      }" but it says it couldn't be found.I also tried to edit those settings that has 1.625em but the blanks still remain the same.
      {{ DiscussionBoard.errors[5134426].message }}

Trending Topics