Site logo

Archived topic

White box below the footer

5 replies · Started by Afreen on December 23, 2021

Viewing posts 1–6 of 6

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

https://ibb.co/fp3qVdx

https://ibb.co/j5TBnzR

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?

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;
}
This archived topic is closed to new replies.