Hi @educainventions,
The yellow section in the screenshot is the reason of confusions.
To get rid of this issue, you need to increase the top margin of that section.
Example code will help you to achieve it. Go to Theme Options > CSS and paste the code.
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
margin-top: 60px ;
}
The above code will work if copied as it is and doesn’t
conflict with any existing code.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.
Hope it resolves your issue.
Thanks