dustyhawk
asked 10 years ago

example page – http://dustyhawk.net/contact/ 
example permalink – http://dustyhawk.net/personal/the-gee-mail/
 
 
on a page, the Widget is located at the side of the entry but on a normal permalink post, it appears at the bottom.
 
how do i get a page to have the Widget  at the bottom instead of the side.

1 Answers
DominicStaff
answered 10 years ago

Hello DustyHawt !
To resolve this issue. Please log in to Dashboard > Theme > Customize > Custom Code then add the following code to the “Header Code”

<style>
#content {
    width: 600px !important;
}
</style>

Hope this helps !

Powered by DW Question & Answer Pro