• Resolved steveskeepingthyme

    (@steveskeepingthyme)


    Hi,

    Thank you for producing such an easy to use and useful plugin. We have been using it since we have opened and have found it great to work with.

    As in the supplied link I want to display two expandable menus. One above the other. The lower menu (or any text added below this) always appears indented. Is there a way I can avoid this and have the lower menu in line with the above text when collapsed?

    Any help with this greatly appreciated ??

    The page I need help with: [log in to see the link]

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

    (@buntegiraffe)

    Hello Steve,

    Please try this:

    Find the stylesheet of our plugin (/assets/css/bg-show-hide.css), locate the line 267 (ul.bg-showmore-no-padding-no-margin) and add this rule

    padding: 0!important;

    So that it becomes:

    ul.bg-showmore-no-padding-no-margin {
        padding-top: 0!important;
        padding-bottom: 0!important;
        margin-top: 0!important;
        margin-bottom: 0!important;
        padding: 0!important;
    }

    I will also add it to the new version of the plugin so that your changes would not be overwritten after an update.

    Best regards

    Thread Starter steveskeepingthyme

    (@steveskeepingthyme)

    Hi buntegiraffe,

    Grateful to you for taking the time to reply to my post.

    I have added the rule in the stylesheet as described and the lower of the two menus still appear to be indented on the page. Is there anything else I can try?

    Thanks again ??

    Plugin Author buntegiraffe

    (@buntegiraffe)

    Hello Steve,

    The problem is that your second link (Turquoise details) is enclosed in a ul tag (unordered list). Please edit your short product description (best to switch to raw HTML mode) and remove the ul tag.

    If this doesn’t help, please create a user for me on your website and email the access credentials to [email protected]

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Two menus. Lower menu indented.’ is closed to new replies.