Okay
  Public Ticket #1814192
template format appearing wrong i
Closed

Comments

  • luisana started the conversation

    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.

  •  234
    Elena replied

    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;
      }
    }