Tagged: ,

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

    Hello

    The site I’m working on is

    evokespirit.com

    I notice that some of the sub menu pages are going off the page

    how can I fix this?

    View post on imgur.com

    #1170503

    Hey Nathan,

    https://share.getcloudapp.com/YEudOxoE You are moving the menu to the left and the mega menu is shown relevant to the menu position and so it needs to be adjusted too.

    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: 1024px) {
      #header .nine.units {
          right: auto !important;
          float: right;
          left: -20vw;
      }
      #header .twelve.units {
          right: auto !important;
          float: right;
          left: -34vw;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1170571

    I’m relieved and thankful for the support with the code it worked

    this topic is resolved

    #1170607

    Hi,

    Great, I’m glad that you got things working and thanks for the update. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sub menu off screen’ is closed to new replies.