-
AuthorPosts
-
November 21, 2017 at 11:10 pm #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…
ThanksNovember 22, 2017 at 5:58 am #880071Hey 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,
NikkoNovember 23, 2017 at 7:12 pm #880871Thanks I will try it.
How can I post a screenshot here?
Thanks
November 23, 2017 at 7:23 pm #880877Hi,
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,
NikkoDecember 10, 2017 at 5:33 pm #887115Hi Nikko,
I posted this over one week ago in private content maybe it went something worng.So now again, there are my screenshots
-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
December 11, 2017 at 1:24 pm #887374Hi 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,
VictoriaDecember 11, 2017 at 4:07 pm #887477Hi,
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.
December 11, 2017 at 4:25 pm #887489Hi 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,
VictoriaDecember 12, 2017 at 6:01 pm #888013Hopefully you understand ;-)
December 13, 2017 at 9:28 am #888241Hi,
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,
NikkoDecember 16, 2017 at 8:28 pm #889669<section class=”av_toggle_section” itemtype=”https://schema.org/CreativeWork” 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>December 16, 2017 at 8:39 pm #889676<section class=”av_toggle_section” itemtype=”https://schema.org/CreativeWork” 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…
Unfortunatelly it doesn´t look like yours from the dem website.December 16, 2017 at 8:57 pm #889684Hi 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,
VictoriaDecember 16, 2017 at 9:50 pm #889705Well 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
December 18, 2017 at 5:12 am #889898 -
AuthorPosts
- You must be logged in to reply to this topic.