Hello,
I am new to Drupal. I installed and got a site running. I installed the image module which displays 2 blocks ( random image and latest image). It is aligned to left and can any one help me to hack the code to align it to center.
Thank you in advance.
Kind regards
Onesimpleman

Comments

jeepfreak’s picture

Normally, blocks can only be configured to appear on the left or the right column, but I believe flexiblock can make them display in the center.
HTH,
Billy

jeepfreak’s picture

I misunderstood... glad somebody helped you out.
Billy

nevets’s picture

To align any image in the sidebar in a block produced by the image module you can use the follow ccs (place in styles.css for your theme)

.block-image .content {
text-align: center;
}
PurpleEdge’s picture

Excellent, thank you.

onesimpleman’s picture

Thank you so much for heping me out with image blocks
regards
onesimpleman