• Resolved lubbs31

    (@lubbs31)


    Hello everyone,

    I was wondering if it was possible to move up the title of my page? For some reason, the title of my page has extra, unnecessary space under the navigation bar. Here’s a link to the offending title: https://imgur.com/a/FFUbNhy. I’ve worked with my theme’s options, and I have the padding set at 0px for the top of the page title. However, my theme doesn’t allow me the option of editing the padding for the bottom of the navigation bar, under the gray line. Is there a way to fix this? Thanks in advance.

    • This topic was modified 4 years, 9 months ago by lubbs31.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could do this with a little custom CSS. If you follow method #1 from here.

    And then add

    #content-pro {padding-top: 0px}

    That will move it all the way to the top. You actually don’t need the “px” with zero so if that looks good you can remove it. If you want a little space, you can specify how many pixels.

    This will affect every page on the site across all devices, so you might want to test it out a bit.

    Thread Starter lubbs31

    (@lubbs31)

    Perfect, that was exactly what I was looking for! Thanks for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move Up Page TItle’ is closed to new replies.