Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #566073

    Hello i done some change on my porfolio and make it with smaller images with space between my pictures. I take the example off this discussion https://kriesi.at/support/topic/changing-portfolio-grid-image-display-size-and-padding-enfold-theme
    and make the change that josue suggest. But i have a little problem with the images padding in some portfolio images the title is 2 rows and the portfolio that are enfront off them there are not in same height with the images in left and right. is there any way to fix that.

    my site portoflio link : http://www.alphaapolymantiki.gr/test/%CF%80%CE%B1%CF%81%CE%AC%CF%83%CE%B9%CF%84%CE%B1/

    #567012

    Hey Lambrosg!

    Please add following code to Quick CSS as well

    .grid-content {
        padding-left: 0;
        padding-right: 0;
    }

    And then please adjust the values and for the four columns. I am seeing three columns instead of four

    Best regards,
    Yigit

    #567076

    Hi Yigit,

    I make the changes but nothing happens. When a portfolio image have a title with 2 rows text then the image that is under that is lowest than the others because of the text.

    #567772

    Hi!

    Please send us admin login details in a private message so we can further trouble shoot this issue.

    Best regards,
    Vinay

    #567776

    Hello I send you my site admin username.

    #568536

    Hi!

    We have checked the grid and it functions correctly. However if you need the images to align in same row please upload same size images with min height of 200 px. The images will automatically align in the grid.

    Best regards,
    Vinay

    #569252

    hello i change it all. My images now are all in the same size 250×200 and i have still the same problem the problem is on the text look the screenshoot at this link http://www.alphaapolymantiki.gr/test/wp-content/uploads/2016/01/prt.png.

    #569431

    Hey!

    We have added the below css to general styles CSS

    h3.grid-entry-title.entry-title {
        text-align: left;
        min-height: 50px;
    }
    

    Please check out the site and let us know.

    Best regards,
    Vinay

    #569862

    Hello Vinary i chech the site and it works fine. Thanks you.

    #571041

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

    #630290

    As this topic is still open, I’d like to contribute a similar issue and hope for help.
    I can’t seem to get 6 portfolio grid images in line.
    One is always falling into the next row.

    This is the page: http://www.plp-group.com/

    Any ideas, anyone…?

    Thanks
    Stefan

    #630326

    Hi,
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .isotope.no_margin-container.grid-col-6 .isotope-item {
    	padding:10px!important;
    }
    

    Best regards,
    Vinay

    #630543

    Hi Vinay,

    thanks for this. But no success.
    I also played with the padding numbers obviously. That’s not it.

    Is there another hint?

    Thanks
    Stefan

    #631338

    Hi,

    seems to work fine for me:

    View post on imgur.com


    Please clear browser cache and hard refresh a few times.

    Best regards,
    Andy

    #631560

    I found out it doesn’t work in FF for Windows only, tried that several times to clear chache. Also used private mode in FF (46.0.1.).
    It works in Chrome and IE though.
    It also works in FF with Linux…

    Any further ideas?

    • This reply was modified 8 years, 6 months ago by beenee.
    #632666

    Hi!

    Adjust the width of the columns on firefox:

    .avia-mozilla #top .no_margin.av_one_sixth {
        width: 16.5%;
    }

    Adjust the value if necessary.

    Cheers!
    Ismael

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.