Before you ask please READ THIS

changing works height

I'm not able to change the height of the portfolio items. I've changed it in the admin page, and it's not responding on the front end. I changed it with css, but the space between the boxes remains the same height, leaving a large blank space. See http://martechsvcs.com/ under 'brands we supply"

Comments

  • Posts: 1,758
    Hello,
    things that are to set in admin panel concern media sizes of open Work Item.
    To manipulate the size of Work Item within a grid You can edit Work Item and change the size of it in metaboxes.
    By looking at the custom style that You've made I assume that You want to make Work Items smaller.

    if so - please paste those definitions in Custom Style section:
    
    .g-item.h1 {
      height: 200px !important;
    }
    .g-link {
      height: calc(100% - 20px);
    }
    .g-link i {
      height: 100%;
    }
    
    and remember to remove previous definition, which is:
    
    .g-link i {
      height: calc(70% - 100px);
    }
    
    Remember to rate our theme if you like it ;)
    All the Best.
  • Posts: 3
    Thank you! This worked perfectly!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!