• Resolved katherinefarns

    (@katherinefarns)


    Hello

    I am looking at the demo of the most version of mon cahier here

    http://mon-cahier.bluelimemedia.com/about/

    I would like to ask please – if I install this theme would it be easy to remove the white space at top.

    I would like to remove the social media buttons (which I can find easy enough in the files to remove that)

    Once they are gone, would I be able to push up the header to the top of the page or at least push the text (Mon Cahier), so it would be in the place of the social media buttons.

    Then there would be no white space at all. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Christine Rondeau

    (@crondeau)

    The social media icons are optional. In the Appearance > Customizer section, you need to enter the links to your various social media sites. So if left empty, these will not appear.

    To move the main title higher up, just change this line of CSS:

    h1.site-title {
    margin: 1em auto 0 auto;
    }

    to

    h1.site-title {
    margin:  0 auto;
    }

    That will remove the margin at the top.

    Thread Starter katherinefarns

    (@katherinefarns)

    Thank you for the quick response. I have now installed the theme and followed your note above and the top looks beautiful

    take care

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘removing the white space at top’ is closed to new replies.