[SOLVED] Module Title Alignment Issue - Joomla! Forum - community, help and support
hello,
i have module 'advert3' title left aligned (by default). need center can't seem find way it. website http://www.celebratearchitecture.com , module title need centering "apl downloads" above registration form image.
i appreciate help.
thanks
i have module 'advert3' title left aligned (by default). need center can't seem find way it. website http://www.celebratearchitecture.com , module title need centering "apl downloads" above registration form image.
i appreciate help.
thanks
hi anyarmy,
add line in file http://www.celebratearchitecture.com/te ... style1.css on line 157, add property "text-align:center;" shown below.
#showcasemodules .module h3 {
color:#4a6726;
text-align:center;
}
is reply helped you?
thanks
add line in file http://www.celebratearchitecture.com/te ... style1.css on line 157, add property "text-align:center;" shown below.
#showcasemodules .module h3 {
color:#4a6726;
text-align:center;
}
is reply helped you?
thanks
Comments
Post a Comment