[Resolved] Removing blank space beneath navigation

Home Forums Support [Resolved] Removing blank space beneath navigation

Home Forums Support Removing blank space beneath navigation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #346024
    William

    I found an answer to this question which was some css:
    .home .entry-content {
    margin-top: 0;
    }

    However this only works on the homepage. What would I change to make the css affect every page?

    #346044
    William

    *Resolved*
    Using the css below resolved the problem

    .entry-content{
    margin-top: 0;
    }

    #346053
    Leo
    Staff
    Customer Support

    Glad you figured out 🙂

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