• Hi!

    Im fairly new to WP and web developing in general. I have been trying to set up a site to expose a bunch of my trainer community.

    Im running into a problem with spacing. I would like to move up my heading (and the page in general) but can’t figure out how.

    Any help or a point in the right direction would be helpful!

    Thank you

    My page https://www.brawnynerd.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • I found this snippet below in your page, you can look at your template html to make sure what it does.

    <div class="page-heading bc-type-default">
     <div class="container">
      <div class="row">
       <div class="col-md-12 a-center">
        <h1 class="title"><span>Home</span></h1>
       </div>
      </div>
     </div>
    </div>

    or In your style.css file (line No: 2595), comment the first two lines out.

    .page-heading {
     /* padding: 1.7857em 0; */
     /* margin-bottom: 2.142em; */
     text-align: center;
    }

    Thread Starter zann00000

    (@zann00000)

    Awsome! thank you for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can get spacing on top of page right’ is closed to new replies.