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
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 !
Perfect! Thank you very much Dominic!
Please login or Register to submit your answer