Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #879955

    Hello,
    I put the Toggle element from the editior, and now I want to change someting.

    How can I change the space between your toogle elements? I want this space between the steps smaller.

    How can I change the color + and – react ? .toggle .vert_icon .hor_icon its not working.

    Is it possible to close the border if the toggle is open? There is a little space.

    At the moment Iam working only with an virtual server xampp…
    Thanks

    #880071

    Hey frosch178,

    How can I change the space between your toogle elements? I want this space between the steps smaller.
    You can change it via Quick CSS (located in Enfold > General Styling), just add this css code:

    .toggle_content {
        margin-bottom: 2px !important;
    }

    How can I change the color + and – react ? .toggle .vert_icon .hor_icon its not working.
    Still in Quick CSS, just add this:

    #top .toggle_icon .hor_icon, 
    #top .toggle_icon .vert_icon {
        border-color: blue !important;
    }


    Is it possible to close the border if the toggle is open? There is a little space.

    Can you post a screenshot on what you meant on this.

    Best regards,
    Nikko

    #880871

    Thanks I will try it.

    How can I post a screenshot here?

    Thanks

    #880877

    Hi,

    You can upload it on https://m.imgur.com/ and post the link here, if you want it only to be seen by moderators, you can post the link in private content.

    Best regards,
    Nikko

    #887115

    Hi Nikko,
    I posted this over one week ago in private content maybe it went something worng.

    So now again, there are my screenshots

    View post on imgur.com

    -how can I get the space between the toogles smaller
    – how can I get the line whithout space, so that line is beginning on top ? I hope you understand.

    Thanks for helping

    #887374

    Hi frosch178,

    We need to see the actual css and html to be able to propose a solution for you. Please get back to us when you get the website to some testing server.

    Best regards,
    Victoria

    #887477

    Hi,

    well I took only the Standard Toogle from your theme, so that´s why I tought you could already help me.

    Hopefully you could help me.

    #887489

    Hi frosch178,

    I am not very clear on which space you need to remove. Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #888013

    Hopefully you understand ;-)

    View post on imgur.com

    #888241

    Hi,

    The standard toggle shouldn’t have that much space, here is a screenshot on how it looks on my end: https://imgur.com/a/O0dJ8
    You can also see the same on our demos.

    Best regards,
    Nikko

    #889669

    <section class=”av_toggle_section” itemtype=”https://schema.org/CreativeWork&#8221; itemscope=”itemscope”>
    <div class=”single_toggle” data-tags=”{Alle} “>
    <p class=”toggler” itemprop=”headline” data-fake-id=”#toggle-id-22″>
    What about Refunds?
    <span class=”toggle_icon”>
    <span class=”vert_icon”></span>
    <span class=”hor_icon”></span>
    </span>
    </p>
    <div id=”toggle-id-22-container” class=”toggle_wrap” style=””>
    <div class=”toggle_content invers-color ” itemprop=”text”>
    <p>
    </div>
    </div>
    </div>
    </section>
    </div>

    #889676

    <section class=”av_toggle_section” itemtype=”https://schema.org/CreativeWork&#8221; itemscope=”itemscope”>
    <div class=”single_toggle” data-tags=”{Alle} “>
    <p class=”toggler” itemprop=”headline” data-fake-id=”#toggle-id-22″>
    What about Refunds?
    <span class=”toggle_icon”>
    <span class=”vert_icon”></span>
    <span class=”hor_icon”></span>
    </span>
    </p>
    <div id=”toggle-id-22-container” class=”toggle_wrap” style=””>
    <div class=”toggle_content invers-color ” itemprop=”text”>
    <p>
    </div>
    </div>
    </div>
    </section>
    </div>

    I used only the akkordeon from your avia layout architekt…

    View post on imgur.com


    Unfortunatelly it doesn´t look like yours from the dem website.

    #889684

    Hi frosch178,

    This is a guessing game. Like I said, we need to see your page and the accordion on it. Otherwise, it will be endless back and forth and getting nowhere.

    Best regards,
    Victoria

    #889705

    Well i got it, for your information, it was because in my styling:

    <p> – Change the styling for all <p> tags button margin stood a valued…

    I didnt know the toggle graps this…

    Thanks

    #889898

    Hi,

    Thanks for the feedback. So I’m guessing that fixed your problem?

    Best regards,
    Rikard

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