Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #752944

    Is there a way to push the mobile view down when the resize occurs? The menu and writing is being covered up when the view resizes.

    Thx

    #752947

    Hey bwilbourne,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    #wrap_all {
        margin-top: 35px;
    }}
    

    Best regards,
    Yigit

    #752972

    Thanks for the quick reply. That did push down the menu as requested, but my boxes that I built in avaya builder still are covering up the writing. Is there any way to push that down accordingly also?

    #753038

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    #top .flex_column_table { margin-top: 0 !important; }}

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.