How to move the heading of a column on the image in multicolumn section

how to move the heading of a column on the image in multicolumn section

Hi @hitesh01

Send you store url so we can check and provide possible solution.

Best regard

hi, @Jasoliya

Store Link-

https://aesthetixme.myshopify.com/

and also can we move link label on image?

thank you

i hope you’ll answers

Hi

try to add this code

Follow this:

  1. Go to Online Store->Theme->Edit code
  2. Asset->component-card.css-> paste bellow code in bottom of file
@media only screen and (min-width: 767px) {
.article-card .card__heading{position: absolute; top: 40%; color: white;}
}

Note: this is not exact solution but for that need code changes, so you can do this fast solution for now

Bets regard