Header post gap and translation issues

Viewing 3 posts - 1 through 3 (of 3 total)
  • #21109
    david6076
    Participant

    Hi,

    First of all, thanks for this very good theme.

    I have 2 questions :

    Is there a way to reduce the gap between the header et the first post in the home page ?

    I’ve a translation installed in french for the theme but I would like to translate the more text “keep reading” et the search box. is it possible

    Hope this is clear, a link to my website parttoutedistance.com

    #21111
    InvYor
    Participant

    You can do first part with css…

    .site-content {margin-top:20px;}
    .archive-header.page-header {display:none;}

    The .archive-header.page-header pulls in a photo typically so you are just disabling it to not show, the css will hide that div across every page that it appears. The margin-top can be any number depending on how much space you want.

    #21112
    david6076
    Participant

    works great, thanks a lot !

    Just have to find out the translation issue…

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.