Forums

Decrease text padding on home page (5 posts)

  1. ivynhyde
    Member
    Posted 1 year ago #

    I figured out how to move the text up on my home page using the style.css file. However, I can't seem to find the correct code to move the test to the left.

    Suggestions?

  2. kmessinger
    Member
    Posted 1 year ago #

    url?

  3. ivynhyde
    Member
    Posted 1 year ago #

  4. Pankaj Pandey
    Member
    Posted 1 year ago #

    If i understand your problem correctly you need to reduce left margin of home page content. if yoou want to do go to style.css

    at line 152 change 82 to your required value

    .entry_content {
    clear: both;
    margin: 0 0 0 82px;
    }
  5. ivynhyde
    Member
    Posted 1 year ago #

    Thank you so much Pankaj! That worked perfectly.

Topic Closed

This topic has been closed to new replies.

About this Topic