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

    Hi. Here i use many Fotowalls jet-plitka.ru and i need to make somethnig like on this site https://www.londontile.co.uk/ https://yadi.sk/i/2-s-7zCv3PjAEd
    I need to move the Image Title to the lower left corner, with the substrate a colored background for the title and description.
    I ask a lot of questions because I do not understand how to get CSS Class for element((

    #877693

    Hey pddcoms,

    You can use the masonry element but the images have to have appropriate aspect ratios to look like that. DO you have a page where you put implemented already?

    Best regards,
    Victoria

    #877812

    Yes i have. Jet-plitka.ru I mean title on this images.

    #878188

    If it possible, I will wait for an answer on the above. If not, i did what I could but I can not align the description on the left side under the heading. and I would like the overlay to be just under the text and description. jet-plitka.ru

    #878553

    Hi, pddcoms

    You’ve made great progress!
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
      text-align: left;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #878983

    Thank you)) i add the code but i still have overlay on full image. how i can overlay for fotowall like this? https://yadi.sk/i/vMMc3bVi3Pr4Pj

    #878995

    One more easy question how i can make fixed tab text section size? https://yadi.sk/i/3i8-kzGl3Pr7Kt

    #879745

    Hi,

    Try adding this css code in Quick CSS:

    .home #av-layout-grid-2 .tab_content {
        max-height: 159px;
    }

    Just adjust the maximum height. Hope this helps :)

    Best regards,
    Nikko

    #880184

    Thanks, but what about this question? ” Thank you)) i add the code but i still have overlay on full image. how i can overlay for fotowall like this? https://yadi.sk/i/vMMc3bVi3Pr4Pj

    #880866

    Hi,

    I’m just a little bit confused, the screenshot you posted with the one you circled is the same as what I exactly have on my screen, so it seems to be already done. Can you elaborate more on what you want to achieve?

    Best regards,
    Nikko

    #881079
    #881255

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General STyling):

    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title > font, 
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-content {
        background: rgba(0,0,0,0.5);
        padding: 3px 8px;
        line-height: 1.7;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #882126

    Thanks for CSS but not everything is so good)) look pls https://yadi.sk/i/z1rPjZ063Q5CGi https://yadi.sk/i/hAp2AVhL3Q5CHP

    #882492

    Hi,

    Thank you for the screenshot. Please add the following css code to wrap the title in a transparent background.

    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        background: #000;
        filter: alpha(opacity = 80);
        background: rgba(0, 0, 0, 0.5);
        display: inline-block;
        margin: 30px 0 1px 0;
        padding: 10px 15px;
    }

    Best regards,
    Ismael

    #883308

    Great!

    #883443

    Hi,

    Glad we could help. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

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