Hi there I have followed the instructions here https://kriesi.at/support/topic/adding-an-image-to-a-bullet-point/
but it’s moving down the sidebar to the bottom of the page. Please help!
is there a live link we can see. ?
Rather not – it’s a development site – I included in the private info for the Enfold support
Hi,
Thanks for the login details. You are using full width element on the page, Color Sections, that is why the sidebar displays at the bottom. Please try 1/1 elements instead.
Best regards,
Rikard
But then I can’t use the custom CSS – the 1/1 doesn’t include an area for a Section ID. Any ideas?
Hi,
You can activate the custom CSS field for all builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Rikard
I am using a child theme and I don’t have that option. Is that in the current Enfold theme?
yes that is in new 4.2
you can activate it via functions.php of your child-theme:
add_theme_support('avia_template_builder_custom_css');
Hi,
I would strongly suggest that you start using a child theme if you want to customise your site in any way. You can download one here: kriesi.at/documentation/enfold/downloads/
After that, add the bit of code which @guenni007 posted.
Best regards,
Rikard
Thank you so much Guenni007! That works!