Okay
  Public Ticket #3668844
Header elements overlapping in mobile view
Closed

Comments

  • Ginette started the conversation

    Hi there. I am not very experienced in web development (mostly a front end designer). I made a beautiful header with multiple layers which looks great on desktop PC view but in  mobile it overlaps. I am not sure how to move the elements off each other. Is this possible?

  •  1,875
    Judith replied

    Hi Ginette,

    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) {
    .vc_row.top-level.full-width-section:not(.full-width-ns) > .span_12 {
    padding-top: 11em;
     }
    }

    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.