I would like to make the “header” of the toggles bigger. Where can I find that code?
Hi mike1270!
I’m not sure what you are referring to, could you provide us with a link to the site in question so that we can take a closer look please? A screenshot highlighting what you are trying to do would help as well.
Cheers!
Rikard
https://www.dropbox.com/s/33npq06zesjh4kd/Screenshot%202015-06-22%2019.40.39.png?dl=0
I would like to make it bigger.
Could this only be done like this? Arrow?
https://www.dropbox.com/s/2edkxipvcantnux/Screenshot%202015-06-22%2019.46.09.png?dl=0
Hey!
To move the icon to the right add this to your custom CSS.
.toggle_icon { right: 10px; left: auto !important; top: 18px !important; }
And if you want to make them a bit bigger then you can try this CSS out.
.js_active .toggler { padding: 15px 3px 15px 35px !important; }
Best regards,
Elliott
Hi!
a link to the elements in question would have helped us to inspect them and provide you some precise CSS code. However, try this:
.toggle_icon {
height: 24px;
width: 24px;
}
.toggle_icon .vert_icon {
height: 20px;
top: 1px;
left: 9px;
}
.toggle_icon .hor_icon {
width: 20px;
top: 9px;
left: 1px;
}
adjust the values as needed.
Regards,
Andy
Thank you so far. This helps already. How can I make the font bigger?
Hi!
Please add following code to Quick CSS as well
.toggler {
font-size: 14px;
}
Regards,
Yigit
Thank you.
One last question. Then I’m through.
Instead of the + signs can I also have something like this: like there:
http://www.steuer-maier.de
Hi!
you could try to add you own custom fonts: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
However, I don’t think it would be very easy to do exactly like this, as it would need some additional jquery. You could hire a freelancer for this job.
Regards,
Andy