Okay
  Public Ticket #2321775
Search result breaks menu layout
Closed

Comments

  •  1
    Robthijs started the conversation

    Hi guys,

    I have a small layout problem which occurs when entering a search query: 

    https://pasteboard.co/IY91yld.png

    Is there a solution to keep the menu from jumping around?

    Thanks!

    Rob


  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (min-width: 1000px) {
        .post-area.masonry.span_9, .single-portfolio .post-area.span_9, .post-area.span_9, body[data-ext-responsive="true"] .post-area.masonry.span_9, body.search.material .span_9, body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
            margin-right: 0 !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Robthijs replied

    Thanks for the super quick solution Tahir!