Section Position

Hi,

I want to adjust the position of the red marked area in the picture named “New” to look like the one in the picture named “Old”. I don’t want to copy the themse stype, colors, font or any other things, just the position.

The theme in the “new” picture can be previews here: https://7yjwbi22fenn4brv-63803556061.shopifypreview.com

The theme in the “Old” picture can be viewed here: https://fjallochfena.se/products/fiskladan.

The pictures:

“OLD”:

“New”:

Hello @Aiham , You need to just do some changes in css.

.field {

  1. position: relative;
  2. width: 100%;
  3. display: flex;
  4. transition: box-shadow var(–duration-short) ease;
  5. flex-direction: column;

}

See the above-highlighted section and its class, You just have to put “flex-direction: column”. and put colors, fonts, spacing as per your requirements.
If still you have any issues or doubt then surely message me for further assistance.
Thank you ! Have a great day ahead !

Right on point. Worked perfect. Thank you very much.

You’re welcome! If you need anything further and want to do requirements for some other custom then surely message me.

Thanks, Have a great day!