• Hey guys!

    I have a little issue am sure its easy am trying to do this in html and it’s bugging me. if you look on my site and the page at https://www.patriotbuilds.com/?page_id=2

    You will notice that the paragraph runs to close to the other one on the right side. Does anyone know a fix for the spacing or word wrap on this to clean it up better. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • On line 349 in your style.css file, you’ll see a block of code like this:

    #content_body .leftbody {
    width: 575px;
    float: left;
    padding-left: 10px;
    padding-right: 20px;
    }

    add this line right under the “padding left” and curly brace:

    padding-right: 20px;

    Thread Starter Zane.stewart

    (@zanestewart)

    Nice thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘paragraph help’ is closed to new replies.