• Bob Jones

    (@interwebiltd)


    Hi,

    I have been trying to remove the left sidebar which is located on the posts to make the post full size like the pages. Is this possible, if so could you please advise?

    Also, Is it possible to add content (phone number, email address) to the right hand side of the header, in between the logo and social icons? If this is possible could you please advise on a course of action?

    Thank you in advance.

    Website witnessing the issue;
    https://www.pwdallimorefencing.co.uk/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Bob Jones

    (@interwebiltd)

    Hi,

    I have manages to make the image on the header full width.

    But I am still not able to remove the sidebar on the posts.

    Could you please advise?

    Thank you

    Hi,
    you just have to modify the file style.css of theme. Search for the selector
    article[id*=post-].single-pad
    and comment or delete the rule
    border-left: 1px dotted #d2d2d2;
    next, within the same selector modify the margin-left property ( the default should be 172px ) to a low value. For me 20px is good.

    Next, add the new following css rule to make the meta section NOT occupy any space.
    .single-meta {
    display:none; }

    And that’s it.
    Hope this was helpful for you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing left sidebar from posts and add writing to top right header’ is closed to new replies.