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?
Hey PKoch,
use this code inside QUick CSS field:
.toggle_content {
margin: 0px;
}
Best regards,
Andy
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?
Hi,
not sure what you mean, as it looks good to me:
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
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.
Hi,
use this code:
.toggle_content {
border-bottom: none;
}
Best regards,
Andy
perfect! thank you! :)
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