Hey,
i want to ask how i can put my html code in the same row. The icons and texts are different in each line.
my code:
my shop is occulto.de
Hey,
i want to ask how i can put my html code in the same row. The icons and texts are different in each line.
my code:
my shop is occulto.de
@PhilippOcculto In which page do you have this ? icon and text
@PhilippOcculto
This one na ? it’s look perfect
yeah, it looks good, but the text in the third line isn´t in the same row like the second line.
i want the text in the same row so it looks better
@PhilippOcculto
add below css into base.css file
i.fa-solid.fa-file-invoice {
margin-left: 2px;
padding: 1px;
}
this code doesn´t change anything
@PhilippOcculto
Which kind of do you want ?
i.fa-solid.fa-file-invoice {
padding: 5px !important;
}
Like this below now it align with the other lines
Hello @PhilippOcculto ,
It’s GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
Open your theme.liquid theme file
Paste the below code before
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
.product__info-container .fa-solid{
display: inline-block;
width: 25px;
height: 25px;
}
try this!
Hello @PhilippOcculto
Its Artzen Technologies! We will be happy to help you today.
.product__info-container .fa-solid fa-file-invoice{
margin-left: 2px;
padding: 2px;
}
Regards,
Artzen Technologies
@Ujjaval @Artzen_tech @Simonsron @GemPages
thank you so much. All of your Solutions are very helpfull