Now my blocktitles are align to the left and i cant find out hiw to change it.
Noob here , be gentle

Moderators: leecollings, htilburgs, robgeerts
Code: Select all
.block_customblock .title {
text-align:center;
width: 100%;
display: inline-block
}
Code: Select all
blocks['anyname'] = {
addClass: 'centeredtitle',
...
}
Code: Select all
.centeredtitle .title {
text-align:center;
width: 100%;
display: inline-block
}
Users browsing this forum: No registered users and 1 guest