Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #324301

    Hi Yigit. If you remember I asked you for help about that problem: “if I make the extra elements above header on two rows, the slider gets partly hidden from the top from the menu.”

    You gave me the following advise:
    “Hi svetkol! Please add following code to Quick CSS
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 144px;}”

    The poroblem is that it was not working without !important at the end so I did that. But now when the site is viewed on a tablet or mobile phone the padding from top gets very high. Try to resize the screen size and you can see by yourself. How to solve that now.

    #324307

    Hey svetkol!

    Please change the code to following one

    @media only screen and (min-width: 769px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 144px !important; }}

    :)

    Cheers!
    Yigit

    #324327

    Great! Now it works! Thanks again.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Extra elements on two rows – menu hides the slider’ is closed to new replies.