Sean Cameron
asked 10 years ago

Hi, Having change the right column so adsense fits there. How do I now make the SOCIAL section width less so it can fit at the side of the post? Thanks.
http://thehorticulturalchannel.info/wp-content/uploads/2013/11/Screen-Shot-2013-11-13-at-23.44.06.png

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, You can log in to Dashboard > theme > Customize > General Settings then add the following code to the “Header Script”

<style>
.single .site-content > .post .entry-content {
    max-width: 530px;
}
</style>
Powered by DW Question & Answer Pro