Title: Layout issue
Last modified: February 19, 2019

---

# Layout issue

 *  [leobughi](https://wordpress.org/support/users/leobughi/)
 * (@leobughi)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/layout-issue-22/)
 * Hi there
 * I’m using Ocean Wp, fantastic theme.
    However, I’m having some issue with post
   full width layout. In particular, at the end of the page it seems to be a bit
   of a mess: share buttons are not aligned, author bio is larger, then the comments
   form is little. Is there anything I can do to solve the issue?
 * Thank you
    Leonardo
    -  This topic was modified 7 years, 3 months ago by [leobughi](https://wordpress.org/support/users/leobughi/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flayout-issue-22%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/layout-issue-22/#post-11223742)
 * Hello,
 * Add the below code to the Customize > Custom CSS section to edit the style.
 *     ```
       .single-post.content-max-width #author-bio {
           max-width: 700px;
       }
       .sharedaddy.sd-sharing-enabled {
           max-width: 700px;
           margin: 0 auto;
           padding: 0 10px 0 10px;
       }
       section#comments {
           max-width: 900px;
       }
       ```
   
 *  Thread Starter [leobughi](https://wordpress.org/support/users/leobughi/)
 * (@leobughi)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/layout-issue-22/#post-11223789)
 * Yep it worked.
 * Thanks!
    Leonardo
 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/layout-issue-22/#post-11224040)
 * Glad to hear that it worked!

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

The topic ‘Layout issue’ is closed to new replies.

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

## Tags

 * [layout](https://wordpress.org/support/topic-tag/layout/)

 * 3 replies
 * 2 participants
 * Last reply from: [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/layout-issue-22/#post-11224040)
 * Status: not resolved