Six columns in homepage

Support Area Forums Agency Six columns in homepage

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #9632
    nzurita
    Participant

    Hello, I would like to show six featured boxes in homepage, the theme is accepting them but as you can see (http://amme-mediacion.org/) it fixes size to content so they are not orderer in a 3×2 grid, as I would like them to appear.

    Is it possible to fix this with some CSS? I could fix the box size with CSS but I’m afraid to break responsiveness

    Thank you

    #9633
    Bill Robbins
    Moderator

    You can set a height for the home page widgets so they will form a grid. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .home-sidebar .widget {
      	height: 230px;
      }
      
    3. Update your settings.

    That will set the height of each widget at 230 pixels. You many need to experiment with that number to get the right fit.

    If you have any trouble or questions, just let me know.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Six columns in homepage’ is closed to new replies.