Title: Default paragraph width?
Last modified: July 16, 2020

---

# Default paragraph width?

 *  Resolved [nauti1us](https://wordpress.org/support/users/nauti1us/)
 * (@nauti1us)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/default-paragraph-width/)
 * Hi again – is there a way to make the default text paragraph holder, wider than
   it is currently?
 * If you look at the ‘about’ page, it would be great to have more width for the
   normal text, so it’s less jarring when above/below the image+text section.
 * Also, is there a quick and easy way to add a (different to the header) logo to
   the footer, without a plugin?
 * Thanks as always
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdefault-paragraph-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [gdpavle](https://wordpress.org/support/users/gdpavle/)
 * (@gdpavle)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/default-paragraph-width/#post-13130370)
 * Hi [@nauti1us](https://wordpress.org/support/users/nauti1us/),
 * It’s great to see you again 😀
 * Yes, there is a way to make the paragraph text wider and you can use the following
   CSS to achieve that:
 *     ```
       .has-medium-font-size
       {
         max-width: 70% !important;
       }
       ```
   
 * Additionally, if you’d like to align the title of each paragraph to the left,
   you can use this CSS code:
 *     ```
       .has-text-align-left
       {
         margin-left: margin-left: 15% !important;
       }
       ```
   
 * Regarding the footer logo:
    There might be a way to add a different logo to the
   footer. Feel free to provide the image you’d like to add (and the location where
   you want to add it in the footer) and I’ll see what can be done.
 * You’re welcome, as always!
    Let me know if this worked for you. 🙂
 * Best Regards,
    Pavle
 *  Thread Starter [nauti1us](https://wordpress.org/support/users/nauti1us/)
 * (@nauti1us)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/default-paragraph-width/#post-13132477)
 * That worked great, Pavle – I had to edit one of the pages manually to move the
   other paragraph headers to the side, but other than that, it did the job nicely.
 * I do have one sticky issue, which is the bulleted list on this page:
    [http://3jj.18f.myftpupload.com/our-technology/smart-cells/](http://3jj.18f.myftpupload.com/our-technology/smart-cells/)
 * I tried to figure out the CSS to move that to the left as well, but no luck –
   any thoughts?
 * RE the logo – this is the 100×100 transparent PNG file I’d love to get just above
   the media (twitter, linkedin, youtube) buttons on the bottom of each page. If
   not, I could add it manually, but I’d like the image fairly tight to the media
   buttons.
 * [Mini Logo for Footer](http://3jj.18f.myftpupload.com/wp-content/uploads/2020/07/minilogo.png)
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Default paragraph width?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/go/1.8.18/screenshot.png)
 * Go
 * [Support Threads](https://wordpress.org/support/theme/go/)
 * [Active Topics](https://wordpress.org/support/theme/go/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/go/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/go/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [nauti1us](https://wordpress.org/support/users/nauti1us/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/default-paragraph-width/#post-13132477)
 * Status: resolved