• Andriy

    (@ixixixi)


    Hey!

    This is my web site:

    https://kozlovskiy.com.ua/

    I use Gridly theme and I wish to center it. I’ve already managed to center menu and grid on the main page. But I still need to center my logo and posts.. Can somebody help me please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi IxIXIxI, I see you got everything on your site centered. Looks great! I’m trying to get everything entered as well. Could you share how you did it???

    Thanks!

    Thread Starter Andriy

    (@ixixixi)

    Hi sharona7090!

    Look at this topic:

    https://www.sitepoint.com/forums/showthread.php?1171542-Center-the-Gridly-Theme

    As far as I remember it helped me to center menu and grid on the main page.

    Then I add this code to my css file to center my posts:

    #header, #postarea, .post, .page {
    margin: 0 auto;
    float: none;
    display: block;
    }
    
    #header {width: 960px;}
    #wrap {overflow: hidden;}

    And the last code to center logo:

    #logo {
    margin: 35px;
    margin-bottom: 15px;
    text-align: center; /* add this */
    }

    So, thats all:) It should work, if you have some questions I’ll try to help;)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Gridly] Centering’ is closed to new replies.