About this topic

  • Posted by linda 8 months ago. There are 12 posts. The latest reply is from robfelty.
  1. Is it possible for me to move the expand/collapse symbols to the right of the menu title. For example, instead of
    [+]Our Designs
    I would like to show
    Our Designs[+]

    Site: http://www.metamorphosisartanddesign.com
    WP v2.8.5
    Collapsing pages v0.5.2

    Thanks!

  2. I'll second this request. Does anyone have a way to move the symbol or image to the right side of the link?

    Ken
    http://www.bluemoonkites.com/blog

  3. Linda,

    That is not an option currently, but I will put it on the todo list.

  4. Where is the position of the expand/collapse icon specified? Still interested in moving it to the right side of the menu item.
    Thanks, Ken

    http://www.bluemoonkites.com/wp
    WP 2.9.2
    C.P. - 0.5.3

  5. You could actually do it with css, though I don't think it looks that great personally.
    Try adding the following to your css

    .sym {
           float:right;
           clear:right;
    }
  6. Thanks Rob, but that didn't do it.

  7. If you look at the collapsing pages settings, there is a rule with .sym in it, which specifies float: left. Change this to float: right

  8. Hi Robfelty

    thanks for this great plugin!!!

    Is the question from Linda still on your to-to-list?
    --> Is it possible for me to move the expand/collapse symbols to the right of the menu title.

    matthias

  9. oh
    i'm sorry - wrong question in the post before...

    my question is:
    it is possible, to collapse/expand by clicking the menu title itself (not triangle or +- symbol).

    thanks a lot for every answer

    matthias

  10. Matthias,

    Yes it is possible. Select the option "clicking on page name expands to show sub-pages"

  11. Hi Rob:
    love the plugin.
    Am using 2.9. version WP here.
    Test site: http://www.connemaradesign.com/murry
    I don't need the symbols on the right side, my menu and other links are already right-aligned. What I would like to do is create a space between the symbol and the title (there is no space now). I wasn't sure where in the css this could be accomplished, if at all.

    PS. sorry to have clicked on the send post accidentally before actually writing something

  12. Try adding a rule in the collapsing pages settings like:
    #secondary .sym { padding-right:10px}

RSS feed for this topic

Have you read the FAQ?
Have you tried the latest development version (at the bottom)?

Reply

You must log in to post.