• Resolved Willem 2

    (@willem-2)


    I’m trying to change the margin of the sidebar. I have a child theme. I tried the next codes but nothing worked. Can somebody help me?

    .widget-area {
    margin-top: 90PX;
    }

    #secondary.widget-area {
    margin-top: 90PX;
    }

    #secondary {
    margin-top: 90PX;
    }

    body #secondary {
    margin-top: 90PX;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @willem-2,

    Code you have shared is working fine.

    .widget-area {
    margin-top: 90PX;
    }

    Please share your website link. So that we can take a closer look.

    Best Regards.

    Thread Starter Willem 2

    (@willem-2)

    Hi niteshraghu,

    I solved the problem a few weeks ago. The problem was caused by my new hosting company, Siteground. I have to change the version of the child theme too after I change a code in the stylesheet.

    Thanks for your response,

    Willem

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘margin-top sidebar’ is closed to new replies.