Reduce space above post/page titles

Homepage Community Forums General Reduce space above post/page titles

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #22309
    pecographe
    Customer

      Is it possible to get some, hopefully simple advice?

      How can I reduce the amount of space above the post/page title?

      ie. above the word ‘tester’ in this example http://bit.ly/2BfC3v2

      #22310
      Wes
      Moderator
        This reply has been marked as private.
        #22311
        pecographe
        Customer
          This reply has been marked as private.
          #22312
          pecographe
          Customer
            This reply has been marked as private.
            #22315
            Wes
            Moderator

              I don’t see how it affected the front page. The front page already had code that set the margin-top to 0 –

              .front-page .site-container .site-inner {
              	margin-top: 0;
              	max-width: 100%;
              	overflow: hidden;
              }
              

              So no matter what margin you add to the main .site-inner the code above overrides it on the homepage since it’s not needed due to the widgets.

              The Responsive section for this is currently on line 2434 –

              	.site-inner {
              		margin-top: 40px;
              	}
              #22320
              pecographe
              Customer

                All sorted, thanks!

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Reduce space above post/page titles’ is closed to new replies.