Tagged: css class
HI
on the page below I need to move the price on just my catalogue items with the .vinkart class on mobile only.
I have this css:
@media only screen and (max-width:480px) {
.vinkart .av-catalogue-price {
position: relative;
top: 28px!important;
}}
but that’s not working for me.
what I have: https://imgur.com/bKvfX7h
what I need: https://imgur.com/EpU2hRP
can you help me with this?
thanks
Nancy
Hey Munford,
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: 479px) {
.av-catalogue-container.avia-builder-el-56 .av-catalogue-price,
.av-catalogue-container.avia-builder-el-59 .av-catalogue-price {
top: 28px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
that worked thanks!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon