How Do I Add (Or Increase) the Padding?

by 7 replies
8
How do I go about adding padding to the left side of the middle portion of this site/page?

I analyzed the page in Firebug, but it's hard for me to tell where exactly in the style.css I need to go to make the change.

Thanks in advance for your help.
#website design #add #increase #padding
  • In style.css line 1750.

    HTML Code:
    .art-post {
    padding: 5px;
    }
    • [ 1 ] Thanks
    • [1] reply
    • Thank you soooo much! How were you able to figure out that that was the right place to modify? I want to get better at finding these things myself.
      • [2] replies
  • The above post is correct. Alternatively you can add the style directly to the html code with Also you can define where the padding is by using any of these commands:
  • Yeah I tried using that, and it usually works. In this instance, since there wasn't anything for me to really select, I didn't know how to tell Firebug to inspect that area of the page.

    Normally, I have some words or images to select when I'm inspecting. I guess I just didn't know how to tell Firebug to inspect that portion of the page...
  • The "figuring out" part depends on how much you have used Firebug....

Next Topics on Trending Feed