Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #323958

    Hello,

    I am trying to make two changes to the portfolio grid layout, without luck. I’d like to add a small space around each image and I’d like to change the font color & size. I’ve tried the solutions posted here: and here but neither worked for me. Any suggestions?

    #324498

    Hi 1lizcollins!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top .isotope-item {
    padding-right: 5px;
    padding-bottom: 5px;
    }
    h3.grid-entry-title.entry-title a {
    font-size: 16px;
    color: red!important;
    }

    Best regards,
    Yigit

    #324519

    Thanks Yigit, but unfortunately it didn’t seem to have any effect. I’ve cleared my cache and tried another browser with no change.

    #325233

    Hey!

    Sorry but your page currently does not load on my end. Do you have CSS minifying feature active on any plugin? If so please try de-activating it and check if that helps. Code works fine on my local installation

    Best regards,
    Yigit

    #325301
    This reply has been marked as private.
    #325479

    Hey!

    Please add this on Quick CSS or custom.css:

    #top .isotope-item {
    z-index: 2;
    border: 5px solid #ede5d5 !important;
    }

    The border will look like a gap between portfolio items.

    Regards,
    Ismael

    #325612

    Thanks Ismael,

    I still don’t see any changes to the site after adding that code to quick css. (I left the other code suggested by Yigit in place – is that correct?).

    #326792

    Hey!

    Please try adding following code to Quick CSS as well

    #top .grid-entry .inner-entry { padding-right: 5px; }

    If that does not work, please create a temporary admin login and post it here privately so we can look into it

    Cheers!
    Yigit

    #326820
    This reply has been marked as private.
    #327148

    Hey!

    You had a missing closing curly bracket after media queries in your custom CSS code. I added it and it does seem to work fine now. Please review your website

    Regards,
    Yigit

    #330877

    Completely missed that! Thanks, looks great now.

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