Template adjustments

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
shortexxx's picture

Hi guys, I wanted to know how to move content in a block to the right hand side. Im a noob in php so it may appear like a dumb question to most of you.
This is the code:

please visit here:

http://i167.photobucket.com/albums/u127/shortex/code.jpg

to view the code (i cant paste it here for some funny reason)

...Where would I place the center tags???
Thanks in advance.

Comments

Your theme should allow you

ludo1960's picture

Your theme should allow you do this at admin/build/themes/settings

It allows me to adjust the

shortexxx's picture

It allows me to adjust the page width but not that specific block which is the "feature" block on the website :(

If you theme don't support

ludo1960's picture

If you theme don't support more than 2 columns use firebug and identify the block then use css and float:right;

sub-theme?

Pistachio Pony's picture

Could he also sub-theme the theme and create another region in the .info file ?

of course he could, but he

ludo1960's picture

of course he could, but he says he was a newbie and trying to keep it simple for him

No longer a newbie!!

Pistachio Pony's picture

I guess I am officially not a newbie anymore then!! holy crap! I love you ludo!
Good luck with your project shortexxx !

lol, good luck to both of

ludo1960's picture

lol, good luck to both of you! or try to move the block at admin/build/block/list

use <code> </code> tags to

decibel.places's picture

use <code> </code> tags to post code snippets

also <center> tags are deprecated, use a div or p container and give it the css property text-align:center