Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #331489
    Warren Rolle
    Participant

    Hi,  I am using the Darcie Pro theme.  I have A LOT of unwanted space that appears before my blog posts.  Can you please tell me how to get rid of that space.  you can see my site at https://wronaldrolle.com

    Once you go into the blogs you will exactly what I am talking about.

    #331507
    tikaram
    Keymaster

    @wronaldrolle : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (min-width: 48.937em) {
      .navigation-horizontal .site-header-menu {
        position: absolute;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #331526
    Warren Rolle
    Participant

    Perfect.   Thank you.  That solved my problem.

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