New Topic

Reply To: Extra right-sidebar and extra footers

Home › Forum › Customization › Extra right-sidebar and extra footers › Reply To: Extra right-sidebar and extra footers

#1358

idontgot
Participant

Hi,

I copied that post template right right to index.php and I used child theme.

But now when I edit content style:

#content {
width: 64%;
padding: 0 2%;
float: left;
}

to this

#content {
width: 64%;
padding: 0 0%;
float: left;
}

That content is attaches to left side, so how I can detach that?