We are having a small css issue with our template, we are using Flex Banner to add banner to our website, based on the support forum of Flex Banner, we were able to get these CSS styling to center banners in specific modules:
- Code: Select all
div.flexbannergroupctbanner {
text-align: center !important;
margin: 35px;
}
div.flexbannergroupctbanner {
text-align: center !important;
margin: 35px;
}
We have applied these CSS styling to our override.css file in the template folder but this does not make any effect, we have added the ctbanner to the module class suffis and also enable override CSS styling in the template but it is not working, you can see a screenshot of the banner position below:
Additionally, you may see it live on this link http://www.mauriestate.com/ can anyone please help us with this CSS styling stuff?
By the way, we do not want to center all banner but only to have a module class suffix that we can apply to some specific module position to make the banner center.
