Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #803544

    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

    #803644

    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

    #803707

    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

    #803750

    Hi,

    Please try this CSS as well:

    .avia_cart_buttons {
        border-top-style: none !important;
    }

    Best regards,
    Rikard

    #803792

    Hello Rikard,

    Thank you for your help. I have thinking about this lines like on image.

    Regards

    #803827

    Hi,

    Thanks for that, please try the following CSS as well:

    .inner_product {
      border:none !important;
    }

    Best regards,
    Rikard

    #803996

    Thank you for your fast answer.
    You can close this ticket.

    Regards

    #804298

    Hi,

    Great, thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #804299

    Closing ticket.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Icons on mobile phone’ is closed to new replies.