Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #561099

    Thanks for an awesome theme!
    Check out this page: http://trying.hjemmesiderforalle.no/ (password: practice)
    The accordion for “Abstract” shows at different places although html is the same. I need it to be placed slick and close to the text above, not far down as in the second example.

    Thanks!

    Magnus

    #561394

    Hi baramagnus!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .togglecontainer {
        margin-top: 15px;
        padding-bottom: 10px;
    }

    Cheers!
    Yigit

    #561649

    Thanks, but it does not look pretty. The “Abstract” button needs to have same distance to the text on top, and sometimes it is too crammed against the next entry below, and sometimes it looks good.
    Also, I would like to remove the border, make the plus sign same color as the grey text above and have the “Abstract” text in same font and color as the grey color above. Can you help me with this?
    Thanks!

    #562649

    Hi!

    Please try the below css in Quick CSS

    
    .toggle_content {
        margin: 0px 0 30px 0!important;
    }
    
    .js_active .toggler {
        border:none!important;
        border-width: 0px !important;
        }
    
        .toggle_icon span {
        	border-color: #606060 !important;
        }
    

    Best regards,
    Vinay

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