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

    How do I add some space to the bottom of an accordion so it doesn’t overlap the next paragraph below the accordion?

    Example of the issue:
    overlap

    Source page for the issue: https://www.relevantmathematics.com/curriculum-maps/grade-8/unit-3-linear-relationships (scroll down about halfway on the page.

    #469762

    Hey jmerithew!

    Add this to your custom CSS.

    .togglecontainer > section:last-child .single_toggle {
      margin-bottom: 30px !important;
    }

    Regards,
    Elliott

    #560051

    Hi I’m having a similar issue except the plus signs are overlapping the title – would the same code work?

    #560054

    Hi!


    @rkb317
    It may not work. Please try and if it does not work, please post the link to your page and point out the issue :)

    Cheers!
    Yigit

    #560070

    hmmm so I have this code in the quick css to solve the headers to line up with the accordion graphics on this page: Camp Sessions (link below)
    code: .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    }
    .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a {
    background-color: #ffffff;
    color: #666666;
    }
    .js_active .toggler {
    padding: 9px 3px;
    }

    But I think it’s screwing up my testimonial page in the accordion testimonials, link below

    #560483

    Hi!

    hi Please add this to your quick css

    
    .toggle_icon {
         display:none;
    }
    

    Best regards,
    Vinay

    #560617

    Thank you Vinay!
    What if I wanted the bars to look colored so it’s more like a button?
    Thanks!

    #561018

    Hi,

    Please try this as well:

    p.toggler {
    background-color:red !important;
    }

    Thanks,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.