Editing Element Style (CSS)
-
I not too familiar with codes, but I’m learning. I know that element.style is not specified by a CSS file but how do I come about editing it.
I edited the paddings, using inspect, so if you look into the element.style, it will show you something like this:
element.style {
padding-top: 0px;
padding-bottom: 0px;
}Whereas the elements section shows:
<section class=”et_pb_fullwidth_header et_pb_module et_pb_bg_layout_light et_pb_text_align_center et_pb_fullwidth_header_0″ style=”
padding-top: 0px;
padding-bottom: 0px;
“>So how do I go about editing it in the editor, I’ve got my child theme already up. Help me, please :'(
The topic ‘Editing Element Style (CSS)’ is closed to new replies.