• 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 5 years, 9 months ago by leobughi.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@leobughi)

    Yep it worked.

    Thanks!
    Leonardo

    Glad to hear that it worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Layout issue’ is closed to new replies.