• Resolved joslammers

    (@joslammers)


    Hi Sydney support,

    After the past update, quite some colours changed. That’s okay and I’ll adapt my website so that text is still readable in light and dark mode.

    What also changed, or maybe as a side-effect of the backgroundchange for the side bar: on smaller screens maintext and sidebartext have no blank space at all anymore between them.

    Is it possible to solve that? So have some more top margin for the side bar on homepage and postpages?

    Appreciate the help!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @joslammers,

    I am sorry for the trouble.

    So have some more top margin for the side bar on homepage and postpages?

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (max-width: 991px) {
      #secondary {
        margin-top: 60px;
      }
    }
    Thread Starter joslammers

    (@joslammers)

    Thanks, Kharis! This works allright.

    Is it also possible to give the text itself in the sidebar some more padding?

    Jos

    Thread Starter joslammers

    (@joslammers)

    Ah, I found an answer from yourself some time ago ??

    #secondary.widget-area {
    padding: 20px;
    }

    Works!

    Hi @joslammers,

    Glad to know you got the solution that worked for you. That said, may I request marking this topic as resolved, so you could raise a new topic for your other question? Thanks you!

    Thread Starter joslammers

    (@joslammers)

    Of course!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Top margin side bar after last update’ is closed to new replies.