Hi, as you can see in the screenshot the content is not aligned to the center. This was working fine and only recently changed, probably due to a theme update.
What is going on and how should I fix this?
Hey DROR,
Try this code in the General Styling > Quick CSS field:
#top.home .avia-builder-el-27{
width: 70%!important;
}
Best regards,
Mike
Thanks but that only fixes that specific case and I see this issue appearing in many places on my site. Why is this going on? Is this due to a recent update of the theme? Did you make any updates to the RTL part?
How can I fix the alignment across my entire site?
Hi,
Can you try using this css code and check if it helps:
.rtl div.flex_column {
float: left;
}
if that still doesn’t work, try:
.rtl div.flex_column {
float: left !important;
}
Hope this helps :)
Best regards,
Nikko
Thanks. seems like that fixed it.
Hi, seems like it fixed some pages but it made a mess on other pages.
How can I fix my shop page?
Hi,
Add before the code that Niko and mike provided the .home please
so the code can work only into the home.
Best regards,
Basilis