• Resolved ivialo

    (@ivialo)


    Hi, I would like to bring the main menú closer to the main picture on my website https://isabelvial.cl/wp_isa/ I have tryed padding top, margin top and vertically align bottom with no luck. Could anyone help me with this request? Thanks!!!

Viewing 1 replies (of 1 total)
  • Hi,

    This custom CSS could help:

    .main-navigation {
      line-height: 3rem;
      margin-top: 2rem;
    }
    
    .sticky-header .main-navigation {
      margin-top: 0;
    }
    

    Please test this thoroughly on mobile devices too, though.

    Regards,

    Oliver

Viewing 1 replies (of 1 total)
  • The topic ‘Help to Vertically align menú to bottom’ is closed to new replies.