Change cubic theme from 6×6 to 4×4 on the static page

  • Unknown's avatar

    Is their CSS to make the cubic theme 4×4 cubes instead of 6×6? I noticed the layout looks much more beautiful because when I had the sidebar customizer bar open it offset and adapted to a small 4×4 format.
    When the side bar editor is open it actually pushes the whole site off to organize as 4×4. I noticed because one row pushed the photo order over, so the cubes align differently with the editor open instead of just covering the site. I managed to open the html and css style in chrome browser, but I can’t seem to change dimensions, and don’t know where to begin. I am a bit illiterate to computer terms, but really want to solve this even if it’s a long and strenuous process!
    Thanks in advance for directions or leads.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,
    I’m not sure if I understand you requirement well because the front page of your site displays posts in three columns indefinitely (according to the number of posts). I assume that perhaps you want to display only 2 columns. If that’s the case, this would be the CSS to change this:

    @media screen and (min-width: 1024px)
    .blog .hentry {
    width: 50%;
    }

    You need to paste this in WP Admin > Appearance > Customize > CSS
    Hope it helps.

  • The topic ‘Change cubic theme from 6×6 to 4×4 on the static page’ is closed to new replies.