Tagged: portfolio grid
Hi guys,
How can I edit the look of the portfolio grid?
I’d like to change the size and weight of the font in the display under the images http://prntscr.com/ev2z0t
And I’d like to have at least a 1px of space between the grid.
Many thanks,
Krissie
Hey Krissie,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Victoria,
I’m afraid I can’t give you the link to see the website as it’s not live yet.
I just want to find out how I can change the look of the font on the titles of the Portfolio grid and make the images display with a bigger gap inbetween them.
Thanks :)
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.grid-entry-title {
font-size: 16px;
font-weight: 100;
}
Best regards,
Yigit
Thanks Yigit.
What about the grid spacing?
Hey!
Please try adding following code to Quick CSS as well
.grid-entry .inner-entry {
margin-right: 10px;
margin-bottom: 10px;
}
If that does not help, please post a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
Yigit
Great! This looks fab! Thanks Yigit! x