Hi there,
in my moviemax-template, I would like to have the logo at the center of the page. Is this possible?
Thanks in advance, Max
HI Max,
Try this custom CSS:
@media (min-width: 1200px){ .t3-header { width: 100% !important; } .t3-header > .container { display: block !important; }}
Thank you very much, saguaruos - it works!!!!