I just realised that in IOS equipments ONLY the appearence of principal page, Home page and the section under the link ... http://bohemebleue.com/odalar/ ,the writing is hidden behind the picture.
I tried to solve the problem in " home" putting the photos aligned to right and writting to the left (and it worked), however in the section called"ODALAR" I tried the same approach but it does not work....
In windows computer and androids phones the appearence is perfect, I only encounter the problem for IOS phones and computers.
Problem has to do with a plugin that you've been using (Hotel Booking), see screenshot. It adds a .container class that overwrites theme's one. Please check if you can disable the class somehow or go to the theme options -> Additional CSS and overwrite that rule this way:
Hi,
I just realised that in IOS equipments ONLY the appearence of principal page, Home page and the section under the link ... http://bohemebleue.com/odalar/ ,the writing is hidden behind the picture.
I tried to solve the problem in " home" putting the photos aligned to right and writting to the left (and it worked), however in the section called"ODALAR" I tried the same approach but it does not work....
In windows computer and androids phones the appearence is perfect, I only encounter the problem for IOS phones and computers.
Hi Luisana,
Problem has to do with a plugin that you've been using (Hotel Booking), see screenshot. It adds a .container class that overwrites theme's one. Please check if you can disable the class somehow or go to the theme options -> Additional CSS and overwrite that rule this way:
@media screen and (min-width: 1020px) {
.container {
max-width: 1020px !important;
}
}