Okay
  Public Ticket #150834
Full Width Sections Break On Mobile
Closed

Comments

  • Tariq started the conversation
    I do however seem to have an issue with full width sections. The full width seems to break on mobile revealing space either side exposing the page background?
  •  1,069
    ThemeNectar replied

    Hey Tariq, it seems that your plugin for bookings is adding css that's breaking Salients framework on mobile - you can either disable that plugin or modify the stylesheet it's loading to remove the rules for 

    .container

    Cheers :)

  • Tariq replied

    Great that's sorted it and incase someone else has a similar issue the following rule needs to be modified to remove the paadding;

    @media(max-width:768px) {
    .container {
        width: auto;
        /*padding: 0 20px*/
    }

    Thanks, Tariq