Home › Forums › CSS › Genesis line-width and Zotpress › Reply To: Genesis line-width and Zotpress
February 13, 2016 at 6:41 am
#237994
Participant
p
tag is targeted, but there is no p
-tag inserted. Better target the wrapper zp-List
instead, something like:
.zp-List {
max-width: 665px;
margin: 0 auto 30px;
}