Archived topic
White box below the footer
5 replies · Started by Afreen on December 23, 2021
Can you please let me know how to sort the below white box on the footer in the Arabic version website but it's fine on English original pages, a screenshot of both English & Arabic and also website link is in the private information
Hi there,
is there a separate Footer for the Arabic version ?
If so can you edit that, select the Container Block, and edit the Shape attached to it, and make sure the width is field is 100%.
OR you can try adding this CSS:
.site-footer .gb-shape svg {
width: unset !important;
}
No, I am using the same footer as on the original version.
How do I do it?
Have you fixed this?
I'm not seeing the issue:
https://www.screencast.com/t/qmfqiWZp
Nope, The image refers you sent is of the English version that's fine but in the Arabic version it's not, I need to make the correction on the Arabic version.
Can you try adding this CSS to your site:
.site-footer .gb-shape svg {
width: unset !important;
}