Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1111912

    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

    #1112077

    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

    #1112113

    that worked thanks!

    #1112115

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘move catalogue price on mobile’ is closed to new replies.