Positioning mobile icons

Home Forums Legacy Support Support queries Styling issues Positioning mobile icons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40993
    slowlyone
    Participant
    Hi. I was trying to reposition the burger so it's 28 pixels up from where it is now and align the login, shopping cart with the search icons. I can't find any reference for it. You can view the site at cruetv.com.
    #41067
    H.K. Latiyan
    Participant
    You can use media quarry for this purpose. Use this css in your wp-admin->appearance->customize->custom css:
    @media (max-width:768px){
    #trigger span.lines {
    top:-22px;
    }
    header #searchicon {
    padding: 35px 0 0 !important;
    }}
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Positioning mobile icons’ is closed to new replies.