Pablo Olondriz
asked 10 years ago

Hi!
I just deleted all the social/sharing/print buttons in the posts (deleting the code from functions.php) but now the problem is that i don’t know how to do for occupping that blank space that remains with the letters of the post. I mean, like making the widht complete, so the letters occupy the same as the image above:

 
Thank you very much!

1 Answers
DominicStaff
answered 10 years ago

Hello Pablo ! 
To re-size content in the single post of the DW Focus theme, you can log in to Dashboard > Appearance > Customize, add the following code to the Header code:

 <style>
.single-post .entry-content {
    max-width: 100% !important;
}
</style>

Hope this helps !

Pablo Olondriz
replied 10 years ago

Perfect! Thank you very much Dominic!

Powered by DW Question & Answer Pro