Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Baden

    (@baden03)

    Since you made some changes to the css, you will want to adjust the margin of .collapseomatic_content as follows:

    .collapseomatic_content {
          margin: 0 0 0 16px;
    }

    Keep in mind, any changes made to the plugin’s css will be overwritten when you update the plugin. Much smarter is to add overwriting css definitions to your theme's style.css file and add the !important tag to override like so:

    .collapseomatic_content {
          margin: 0 0 0 16px !important;
    }

    Can you dig it?

    Thread Starter maxfed

    (@maxfed)

    Thank you so much! You realy help me with it!!

    Plugin Author Baden

    (@baden03)

    Great you where able to get it working for you. Please let others know it works for you: Vote for Pedro!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to fix jumping menu.’ is closed to new replies.