Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #775987

    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

    #776061

    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

    #776073

    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 :)

    #776083

    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

    #776087

    Thanks Yigit.
    What about the grid spacing?

    #776092

    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

    #776177

    Great! This looks fab! Thanks Yigit! x

    #776339

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Portfolio grid’ is closed to new replies.