Aspire Landing Page Top Margin

Homepage Community Forums Aspire Theme Support Aspire Landing Page Top Margin

Tagged: , ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #20039
    derekalvarez
    Customer

      I need to remove the top margin on the Aspire landing page. Here is the page… http://kristyscher.love/tend-your-fire/

      The only thing I could find in the stylesheet was this…

      .aspire-landing .site-container .site-inner

      …which I set to…

      .aspire-landing .site-container .site-inner {
      margin-top: 0;
      }

      #20040
      Wes
      Moderator

        Add this to your CSS –

        .landing-page .site-inner {
        	margin-top: 40px;
        }

        You can adjust the padding as needed.

        Let me know if this helps.

        #20045
        ArtistClara
        Customer

          Along the same lines as @derekalvarez’s question – how to you reduce the top and bottom margins in the front page widgets?

          #20054
          Wes
          Moderator

            Inside each front page widget there is a .flexible-widgets div/class that adds padding: 140px 0 120px; by default.

            You can search for this in your CSS –

            .flexible-widgets {
                padding: 140px 0 120px;
            }

            To control a specific widget area without affecting the others, just add the widget number in front of it like this –

            .front-page-1 .flexible-widgets {
                padding: 140px 0 120px;
            }
            #20055
            ArtistClara
            Customer

              Thank you.

              #20058
              Wes
              Moderator

                You’re Welcome!

                #20118
                derekalvarez
                Customer

                  Hi Wes, for some reason that didn’t work. I still have a huge space at the top of the page…

                  #20119
                  derekalvarez
                  Customer

                    Nevermind, it worked – thank you!

                    #20135
                    Wes
                    Moderator

                      @derekalvarez Great! Let us know if you run into any other issues.

                    Viewing 9 posts - 1 through 9 (of 9 total)
                    • The topic ‘Aspire Landing Page Top Margin’ is closed to new replies.