• Resolved designminette

    (@designminette)


    Hi there

    Why do I have such a wide left margin on this page? I would like the margin on the ‘Services’ page to be the same as the ‘About’ page. Both have the “Full width with no sidebar” setting.

    Thanks

    Minette

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter designminette

    (@designminette)

    I also noticed now that it’s only when the screen gets bigger than 1300px wide that the text jumps to the middle of the screen.

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello designminette,

    You can hide it with css. Please add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.


    .content-wrapper.full-width.without-featured-image {
    margin: 0;
    padding-left: 62px;
    }

    Hope this will helps you.

    Thanks !

    Thread Starter designminette

    (@designminette)

    Perfect. It solved my problem.
    Thanks!

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

The topic ‘Wide left margin on page’ is closed to new replies.