Editing the inline styles

Frank3232

New member
Joined
Oct 8, 2020
Messages
3
Hello. Is there a way to edit the panel in html, or somehow edit the inline style.
On this for example,
Code:
<section class="search focused" style="margin: 0rem 1rem 0rem 0rem;">
I need to change the margin.
 
You may load your external CSS in "Customize Evolution Theme" section.
 
You may load your external CSS in "Customize Evolution Theme" section.
I know that, but I can't seem to edit it in the CSS for this section. Looking at the code it's put the style in the html. How can I edit this?
 
It has class="search focused" defined, thus you may just have your own CSS entry to style just this class.
 
Back
Top