• Resolved JakobG

    (@jakobg)


    Hey there,

    I’ve got a small problem. How do I get rid of the space between posts/images on my frontpage?

    http://i.imgur.com/HVtN0Q9.png

    I could swear this wasn’t there yesterday. Either I’m completely paranoid or something changed over night.

    Is there a way to fix this and get rid of this space again?

    Thanks in advance. Really appreciate your work!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter JakobG

    (@jakobg)

    Oh, an before I forget, I just saw something on the preview page for the theme. You’ve got your categories in a clickable fashion in the top left corner of your page, just aside the social media icons.

    How do I get my categories to be displayed in that spot?

    Theme Author Ben Sibley

    (@bensibley)

    Hey Jakob,

    Thanks for using Tracks!

    You can remove the space between Posts with the following CSS:

    .excerpt {
      margin-bottom: 0;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    As for the categories, they are showing in the “Secondary Menu” location in Tracks. You can assign any menu to the Secondary location and it will then display in the top-left area.

    If you’re not sure how to create and assign menus to locations, check out this tutorial: Tracks menu tutorial.

    Thread Starter JakobG

    (@jakobg)

    Thanks a lot!

    Theme Author Ben Sibley

    (@bensibley)

    Yea no problem 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Space between posts on the front page’ is closed to new replies.