cirrus green template from Hurricane media -- top menu - Joomla! Forum - community, help and support
i want align top menu center in cirrus green template http://demo.hurricanemedia.net/joomla03/ (see attached image) have managed align logo center, need menu. tried changing css (margin 0 auto; in menu container) didnt work. have ideas ? or has run similar problem ? need have worked on sometime , have deadline meet 

the solution can think of insert margin-left of 250px; if open template.css file, can enter in line 431 code:
then save file , refresh page see changes. can keep changing number 250 whatever suits you.
i have treid many thing including margin: 0 auto , text-align: center nothing working on template because menu centered except list inside menu items left aligned. can try looking them , try center them see if manage it.
good luck.
code: select all
margin-left: 250px !important;
then save file , refresh page see changes. can keep changing number 250 whatever suits you.
i have treid many thing including margin: 0 auto , text-align: center nothing working on template because menu centered except list inside menu items left aligned. can try looking them , try center them see if manage it.
good luck.
Comments
Post a Comment