Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #788042

    Hi! In the “sobre nosotros” section, I want to change the icons position but only on the mobile version. It should be above the title but keeping it at left. How can i do it?

    #788075

    Hey CharlieBarey,

    Thanks for using our theme :)

    To solve your question, just add this custom CSS code:

    
    @media only screen and (max-width: 481px) {
     .iconbox_content {
      width: 100%;
     }
    
     .iconbox_icon {
      display: block;
      margin-bottom: 20px;
      margin-left: 31%;
     }
    
    }
    
    

    Best regards,
    John Torvik

    #788083

    Thanks john!
    Its Ok but I need icons float al left, is it posible?

    #788183

    Hi!

    From John’s code, please try removing this line:
    margin-left: 31%;

    Best regards,
    Sarah

    #788505

    Thanks!!

    #788515

    You’re welcome!

    Do you need any other help with this, or can we close this thread? :)
    Best regards,
    Sarah

    #788516

    you can close it!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change Icon Position on mobile’ is closed to new replies.