i have searched high and low.. even looked for an explaination document.. txt. in the ehportal.zip file..
but i didnt find what i was looking for..
in the block editor, i would like to center the Block Title.. (name of block) that appears in the top of the block..
i would imagine it can be entered in the Style Options:
under, Custom Title Class: or Custom Title Style:
for example #center..?
could anyone point me in the right direction please..
You can use a CSS class or inline style to adjust the positioning of block titles.
Try:
Custom Title Class: centertext
-- or --
Custom Title Style: text-align: center;
Custom Title Class: centertext
Worked for me... thank you.. 8)