Link on image replacement | Alchemey Theme section

Hi,

For our store https://717-shop.myshopify.com, password: ‘jolo’ we want the white link to be placed below the product inside the blue frame (centered horizontal and vertical)

Does anyone know how to fix this?

All help is welcome and appreciated.

Cheers,

Teddy

Hi @Teddy9 ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/styles.css->paste below code at the bottom of the file:

.section-gallery .img-block__img-wrapper .overlay {
    align-items: end;
}

I hope it would help you
Best regards,

Richard | PageFly

Yes!! it worked! Thanks!!

Can I please ask you another question in this subject?

The images are not clickable of these blocks. How can I make the entire image clickable instead of only the link? It’s on the page LOOK BOOK

Hi @Teddy9 ,

Sure, I’m happy to help you. Let’s try this solution:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/styles.css->paste below code at the bottom of the file:

.template-page .column .card {
    position: relative;
}
.template-page .column .card .card__content {
    padding-bottom: 30px;
}
.template-page .column .card .feature-link {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 25px;
    width: 100%;
}
.template-page .column .card .feature-link:after {
    width: 160px;
    position: absolute;
}

I hope it would help you
Best regards,

Richard | PageFly

Dude! You are good!!

Works like a charm!! Thanks a lot!!

Hey @PageFly-Richard ,

Sorry to bother you, I tried to alter the code you provided me for another similar page but it’s not working at all. If I keep the values the same I’m trying to find the references of the sections which I am doing wrong. Can you please (for the last time) take a quick look a the LOOK BOOK page? I would be very thankful. Cheers, Teddy https://717-shop.myshopify.com

@PageFly-Richard Already taken care of so no need to assist! :slightly_smiling_face: