How to align the 'Akcija' badge with the price?

Unnamed12512_0-1702760544318.png

need the “Akcija” badge to be in line with the price

You need to set display: flex; and align-items: center; on the parent element.

Hi @Unnamed12512

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.price.price–large.price–on-sale.price–show-badge {

display: flex !important;

align-items: center;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hello @Unnamed12512
can you share store URL?

amazing it worked just need to get the font up abit the “price font”

Unnamed12512_0-1702809382188.png

and if you know how do i get rid of this both currencies KM and BAM ? i want to replace "Bam " with “KM” and remove the first KM change the color of it to orange and abit increase font

naveroshop.com

where is parent element located at