So I had a custom theme developed and I would ask him this question but hes not around right now.

I have regions to put the blocks (think they are called regions)
I have content top 1
left part of content top 1
content top 2
mid right sidebar
very right sidebar

So if i wanted to tinker with the size of one, say the left part of content top 1, where would that be located to edit?

I went into each file and did a search for that phrase but didnt show up anywhere

Thanks

Comments

Anonymous’s picture

The Firefox Web Developer Add-on is a handy tool that will help to expose the exact style sheet that controls a particular section of your site. Install the add on, navigate to Tools > Web Developer > CSS > Style Information, then click on the block region that you are interested in changing. In the lower portion of the screen you will see a link to the proper CSS file and the parameters that are controlling the display of that selected region.

https://addons.mozilla.org/en-US/firefox/addon/60

Rob Safuto
Learn By The Drop is a place to learn Drupal. If you're new to Drupal I recommend having a look at my Beginner's Guide To Drupal.

Dogger’s picture

AWESOME!!! thanks took care of it thank you for that !!