Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1351229

    Hello,

    in a code block I have created my own submenu.
    The distance from the page header is very good in all browsers, even mobile.
    Only the Safari browser creats a much larger distance which looks very unattractive.
    What could be the reason for this?

    Many thanks in advance.

    Many greetings
    Ingo

    #1351279

    Hi Ingo,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    .avia-safari #top .flex_column_table.av-equal-height-column-flextable.av-7kmmtz-63e735761ed44bed2ca27c142ce5dff9 {
    margin-top: -40px;
    }

    Also you have following code in style.css file

    .submenue-ib {
      padding: -100px 0 10px 0;
      margin: 0 0 0 0;
      text-align: right;
      vertical-align: top;
    }

    Please change “-100px” to “0” as negative values are invalid for padding

    Best regards,
    Yigit

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