[Resolved] Spacing b/w primary menu and content heading

Home Forums Support [Resolved] Spacing b/w primary menu and content heading

Home Forums Support Spacing b/w primary menu and content heading

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #129091
    stardrive

    Dear Tom,

    The code below which you earlier recommended in our email conversation,

    .one-container .site-content {
    padding-top: 0 !important;
    }

    resolved an issue by making the vertical separator borders, between the sidebars and the content, to touch the bottom of the primary navigation (that is, removed the spacing between the vertical borders and the primary navigation).

    But, it also removed the spacing between the content headings and the primary navigation.
    Please, how can the spacing between the content headings and the primary navigation be restored back?

    Regards,

    Stardrive

    #129173
    Tom
    Lead Developer
    Lead Developer

    You could try something like this:

    .page .entry-header {
          margin-top: 20px;
    }
    #129190
    stardrive

    Dear Tom,

    Please, i tried the CSS. The issue is still there.
    I may try myself before getting back to you later.

    Thank you

    Stardrive

    #129193
    Tom
    Lead Developer
    Lead Developer

    Sounds good – try using Firefox and the “Firebug” extension. It allows you to right click an element and add CSS to it – then once you get the right CSS, you can save it and add it to your child theme 🙂

    #129197
    stardrive

    Thank you, Tom.
    I am surprised you are still not sleeping by this time (LOL).

    Please, how do i get the Firefox and the “Firebug” extension installed in my computer?

    Regards,

    Stardrive

    #129221
    bdbrown

    You can download Firefox here. As Tom mentioned, when you right-click on a page and select “Inspect element” it will open a Firebug window that allows you to add css in “real time” and see the effects on the page. IE and Chrome have the same functionality.

    #129223
    stardrive

    Thank you so much, Bdbrown. I think I was a bit too busy earlier. I already have Mozilla Firefox installed

    Regards,

    Stardrive

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.