• Resolved lucasfsouza

    (@lucasfsouza)


    Hi! I’m a Chosen Pro user and tried to adjust the spacing below the tile for my home page.

    The option is responsive, however it won’t go below 40. Whether I type 30 or 5, the distance between the title and post is quite wide. I want it to be 0, but I can’t seem to figure out how.

    https://www.lucasfsouza.com

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks so much for upgrading!

    The remaining space is coming from the element that usually contains the page title and the Before Main Content widget area. You can use the following CSS to remove the page title element:

    .home .post-header {
      display: none;
    }

    Please copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    For the Before Main Content widget area, it looks like there is an empty Text widget currently included. If you remove this widget, that should remove the remaining space.

    Thread Starter lucasfsouza

    (@lucasfsouza)

    Alright, so I uninstalled the plugin that hid the page title. When I apply the CSS you gave me, it does what the job the plugin was doing before. What I’m more interested in, is something to eliminate the space between the website title and the page (post) title.

    On the customize area, I went back to “Display Controls” and made sure the Title is showing and deleted the CSS you gave me so the page title will appear too; I hope it’ll help you visualize it.

    I want it so the menu and the homepage post are the only things users can see as they enter that page. I don’t know if that’s possible with this theme.

    Thank you for the support.

    Theme Author Ben Sibley

    (@bensibley)

    You can use this CSS if you’d like to hide the site title on the homepage:

    .home .title-container {
      display: none;
    }

    I’m still seeing an empty Text widget in the Before Main Content widget area which can be removed via the Widgets menu (Appearance > Widgets). Removing this will further reduce the space between the post and the menu, so it will look like this: https://pics.competethemes.com/283E0b2z2G1m

    Thread Starter lucasfsouza

    (@lucasfsouza)

    I got it! Thank you so much!

    Thread Starter lucasfsouza

    (@lucasfsouza)

    Thank you so much!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Space below title’ is closed to new replies.