Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #559200

    Hi there! Happy New Year, and congratulations for the very good theme! I would like to ask for 2 CSS if possible. I am now building a site and I noticed 2 things that need to be fixed.

    I use the one page portfolio demo which I like, but I also like having a blog with that. The single posts though have very big white space at the bottom between the main text content and the footer, and also a bit more space at the top of the post (the post does not start from the top of the page, there is a little more space there too). Is there any way that I can reduce those spaces to make my blog look better, but do not ruin with that css change the home page? The sample post I have below does not have footer, but when activated, the big space is the same.

    Is there also any CSS to remove the main menu from blog categories and single posts? Al long as it is a one page theme the menu makes no sense on other pages because it does not work there. This is not your fault of course because the demo is for one page theme, but many others may like the demo and want to have a blog like me, too. I could use the submenu for that home page only that does not affect the other pages, but the main menu seems better.Thank you…!

    #559210

    Hey Ksms!

    Happy new year! :)

    1- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single .post_delimiter {
        display: none;
    }
    .single-post .content {
        padding-top: 0px;
    }

    2- It seems like you have removed header from your single posts. To see your blog overview page and categories, we are going to need temporary admin logins. Please post them here privately :)

    Best regards,
    Yigit

    #559764

    Thank you so much for your super quick reply!!! Those CSS worked!!! I was working on my home page, and made it beautiful without a menu. I also found that the sub-menu is also sticky, which is great because by default it is placed at the center of the page compared to the main menu that is aligned at right. So, I am very OK..!!!!!! If I need something more, I will contact you… Thanks again!!!!!:)

    #559925

    Hey!

    Sure thing. Please feel free to open a new thread if you need more help. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Margin between footer and main content at single post is too big’ is closed to new replies.