Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5225
    j9hagop
    Member

    I am looking to reduce the amount of space between the heading and the top nav bar. It seems there is more space on the post page than there is on the home page. I would like both to be consistent by making it look like more the homepage. How would I do this?

    http://cookwithjack.com/sauteed-shrimp-with-mozzarella-basil-and-tomato/

    Thanks

     

    #5295
    Sakin
    Keymaster

    @j9hagop: I don’t see there is problem with the space in the homepage and single post. I just check in your site and looks fine.

    #5669
    j9hagop
    Member

    Thanks for responding. Maybee I should be more clear and what I am trying to say. How do I reduce the amount of space there is between the top of the first picture and the grey nav bar. I feel like this is wasted space and want to make verything a little closer together.

    http://cookwithjack.com/tuna-sandwich/

    Thanks

    #5694
    Sakin
    Keymaster

    @j9hagop: You can add the following CSS in your “Custom CSS” box in theme options panel. Change the padding as per you need.
    #main { padding-top: 20px; }

    #5804
    j9hagop
    Member

    How do I reduce the white space on top of the heading on this page?

    http://cookwithjack.com/tuna-sandwich/

    I feel like the previous link is making this space exist. I wouldnt mind getting rid of the previous link as well.

    Thanks

    #5849
    Sakin
    Keymaster

    @j9hagop: Yes you are right. Previous link is adding space. You can just add the following css in “Custom CSS” box in Theme Options panel as below:
    #nav-single { display: none; }

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