Announcement

Collapse
No announcement yet.

Editing Mivapay CSS for mobile screens

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Editing Mivapay CSS for mobile screens

    I'm making some changes to the add a card page, using the mivapay css section. I'm not sure how to apply @media only screen to the css since its not formatted like a css file.

    I'm taking about the code thats formatted like this

    Code:
    {
    "selector": "body",
    "properties":
    {
    "margin": "0",
    "padding": "0",
    "font-size": "14px",
    "color": "#000000",
    "font": "14px/22px Open Sans, sans-serif"
    
    }
    },
    {
    "selector": "#payment-fields",
    "properties":
    {
    "margin-top": "2px"
    }
    },
    thanks!

    #2
    This forum thread should help: https://www.miva.com/forums/forum/on...ay-mivapay-css
    Nick Harkins
    www.loveisarose.com
    *Web Developer
    *Miva
    *Google Analytics, Search Console, Tag Manager, Merchant Center, Ads

    Comment

    Working...
    X