Hello,
I have problem with position of ions. When you look over mobile phone they are not on center than on left side.
Also is it possible to remove black thin framework over items on shop page?
Regards
Hey Zaccc,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 450px) {
#features .flex_cell.no_margin.av_one_half.avia-builder-el-20 {
padding: 40px 20px !important;
}
#features .iconbox_top .iconbox_content {
box-shadow: none;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria,
Thank you fro your help. Icons are fine now . Can you help me with this black border around item? Black border around ad to cart
Regards
Hi,
Please try this CSS as well:
.avia_cart_buttons {
border-top-style: none !important;
}
Best regards,
Rikard
Hello Rikard,
Thank you for your help. I have thinking about this lines like on image.
Regards
Hi,
Thanks for that, please try the following CSS as well:
.inner_product {
border:none !important;
}
Best regards,
Rikard
Thank you for your fast answer.
You can close this ticket.
Regards
Hi,
Great, thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard