Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #655658

    Hi,
    I’m using the “accordeon” for showing a list of names and CVs.
    but when a tab is open, there is a gap underneath it which i actually don’t want to show there.
    how can I remove these gaps?

    #656486

    Hey PKoch,

    use this code inside QUick CSS field:

    .toggle_content {
    margin: 0px;
    }
    

    Best regards,
    Andy

    #656524

    Hi,
    thanks for that. It works almost perfect.
    But when I open a tab, there is now a fat line between two tabs. Or two lines next to each other so it seems to be fat…
    Is it possible to male these line look like all the other lines?

    #656536

    Hi,

    not sure what you mean, as it looks good to me:

    View post on imgur.com

    Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Andy

    #656541

    Yeah, it looks like that.
    Now there is no gap between the tabs, but the line unter the text is mor fat than the other lines.

    #656548

    Hi,

    use this code:

    .toggle_content {
    border-bottom: none;
    }
    

    Best regards,
    Andy

    #656550

    perfect! thank you! :)

    #656558

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Accordion: remove gap between tabs’ is closed to new replies.