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

    Hi there!

    I found this for mobile:
    @media only screen and (max-width: 767px) {
    #header_meta{
    width:100%!important;
    position:fixed!important;
    }}

    Which works, except it overlaps and cuts off my logo? Can you tell me how to fix that?

    And I’d like the secondary menu to stick to the top on desktop too when users scroll and can’t seem to figure that out.

    Thanks in advance!

    #1257087

    Hey BrendaSarg,

    Best regards,
    Victoria

    #1257842

    Well that didn’t really help as I need to show it all.

    #1258463

    Hi BrendaSarg,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      #menu-item-1384 {
        display: block;
        margin-top: 30px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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