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

    Hi, I’m trying to make it so that the toggle links can sit next to each other but the toggle content opens up in the same place underneath the toggler links. I’ve set it up so that one toggle closes the other.

    I’ve tried everything CSS wise to move the toggle texts next to each other without success.

    Please check this link: http://codelessme.com/barbeelove/programs/
    I would like to move the “What you Get” and “Cost & Registration” links together.

    Please advise if this is possible.
    Thanks!
    Sam

    #191744

    Hey David!

    You can add this on your custom.css or Quick CSS:

    .single_toggle {
    overflow: visible;
    width: auto;
    margin-right: 20px;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Accordion Toggle’ is closed to new replies.