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?
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
Thanks john!
Its Ok but I need icons float al left, is it posible?
Hi!
From John’s code, please try removing this line:
  margin-left: 31%;
Best regards,
Sarah
Thanks!!
You’re welcome!
Do you need any other help with this, or can we close this thread? :)
Best regards,
Sarah
you can close it!
