Hi,
I am not able to centre a text module (inside a column) in my homepage. It is weird since the code and the form factor is the same than other modules below in the same page (basically duplicated).
Any help in how to work this out would be wonderful.
Thanks :)
Hey Sam,
Try this code in the General Styling > Quick CSS field:
#top.home div.av_three_fifth.avia-builder-el-5 {
margin-left: 0% !important;
margin: auto !important;
float: none !important;
}
Best regards,
Mike
Hi Mike,
thanks for that. Sadly it does not seem to be working,
Hi,
I added a custom class to the column “center_column” by enabling Enfold Theme Options > Layour Builder > Show element options for developers
and changed the css to this:
#top.home .center_column {
margin-left: 0% !important;
margin: auto !important;
float: none !important;
}
Please clear your browser cache and check.
Best regards,
Mike
I think that was it. Thank you Mike :)