Okay
  Public Ticket #3519364
Layout on mobile
Closed

Comments

  • Suzanna Noort started the conversation

    For some reason the content on mobile is displaying as a very narrow column and I can't find how to fix it. Please can you help?

    https://suzero.com/portfolio/okidoc/

  •  2,086
    Judith replied

    Hello Suzanna,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    @media only screen and (max-width: 690px){
    .full-page-inner>.container>.span_12, .full-page-inner>.span_12, .vc_row-fluid>.span_12 {
        width: 180vw;
    }
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related

    If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 


  • Suzanna Noort replied

    Hi Judith,

    Thanks for your suggestion, only adding that CSS code makes the whole site too wide for mobile. 

    Please see attachments for examples.

    Thanks in advance for any help.

    Kind regards,

    Suzanna

  • Suzanna Noort replied

    One more screenshot (it wouldn't let me add more than 4).

  •  9,593
    Tahir replied

    Hey Again,

    Try adjusting the Column Responsive options : https://themenectar.com/docs/salient/page-builder-columns/#width

    7668081954.png

    Thanks.


     Salient Support Team