Text Margins

feath3r / 2013-09-06 13:37:46   

Here is my page:

thefeath3rtheory.com/index.php/projects/drella/

I would appreciate if someone could walk me through changing the Margins of the text on this page to match the width of the video. I am not incredibly versed in coding so any and all step-by-step help is super valuable to be.

arsondpi / 2013-09-06 14:41:51   

Find line 40 in the style.css of your theme (which is the "default" folder in your case) and edit accordingly:

  1. #exhibit p, code, blockquote {
  2.     width: 900px;
  3.     margin-bottom: 1em;
  4. }

This thread has been closed, thank you.