Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1131819

    Hi,

    Is there a way to reduce space between the menu titles in the menu bar? At the moment in iPad view, the Membership button runs onto the next line and would like to keep everything on one line. I also don’t want to reduce the size of the font.

    #1132019

    Hey mayamaria,

    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 (min-width: 768px) and (max-width: 1100px){
      #header_main_alternate .container {
          padding: 0px;
    
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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