Hi,
When I maximise my homepage the text from the featured three images which appear in front of the main image gets hidden behind the image, but when you minimise the page so its not full screen on my laptop the text appears.
Does anyone know a fix for this?
https://www.worldwidewill.co.uk
Thanks,
Will
Hi,
Thanks for getting back to me, but I think I had managed to solve the problem!
Thanks,
Will
Hi,
The fix I did to solve the problem was on the tagDiv Composer, on the row elements I set the row stretch to default and this has fixed the issue when viewing my site on a normal desktop or laptop. However, when viewing the site on a mobile device everything on the home page (apart from the top image) is now set to the left hand side of the screen. How can I fix this?
Please visit https://www.worldwidewill.co.uk on both a desktop and a mobile devise to see the issue!
Thanks!
Will
Hi,
Something is not functioning correctly there. There seems to be some extra margins loaded, which override the 0 value set by the theme
– https://www.screencast.com/t/50tBWkB9cVaM
Without those margins there would be no issue
– https://www.screencast.com/t/fDVAxVVWO4D9
I can give you a code to make sure the theme code applies, enter it in the theme panel->Custom CSS
– https://www.screencast.com/t/oPazbZAd04g
@media (max-width: 767px) {
.td-pb-row, .td-block-row {
margin-left: 0!important;
margin-right: 0!important;
}}
You could try and identify what the cause is. Deactivate as a first step all plugins as a quick test, then check if the problem is solved.
Thanks
Hi,
I deactivated all plugins and it solved the problem! – So I reactivated them one at a time, testing the site after each and I found that “WPBakery Page Builder” was causing the issue. This must have been on my site from my previous theme. Deactivated now!
Thank you!