This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
How to align email and phone icon to center
« on: August 20, 2020, 10:17:23 AM »
Hello,
Please how do i align both email and call icon to float to the center. Which file do i need to edit and what code do i add to achieve this.

Thank you
« Last Edit: August 20, 2020, 11:32:31 AM by Metalsunny Reloaded »

*

MB Themes

Re: How to align email and phone icon to center
« Reply #1 on: August 20, 2020, 12:48:33 PM »
@Metalsunny
style.css, responsive.css
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: How to align email and phone icon to center
« Reply #2 on: August 20, 2020, 12:53:43 PM »
Thanks but which line do i edit on both .css and .responsive.css

Marked as best answer by frosticek on August 21, 2020, 04:02:57 PM
*

MB Themes

Re: How to align email and phone icon to center
« Reply #3 on: August 21, 2020, 12:13:16 PM »
@Metalsunny
Try this:
Code: [Select]
body .mobile-item { right: auto; left: 50%; margin-left: 5px; }
body .mobile-item.item-phone + .mobile-item.item-contact { right: auto; left: 50%; margin-left: -65px; }

... will not do that next time  ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: How to align email and phone icon to center
« Reply #4 on: August 21, 2020, 03:52:15 PM »
Ok. Thanks. Do i replace any code or just insert it in the php filebof css m responsive.css
« Last Edit: August 21, 2020, 04:04:13 PM by Metalsunny Reloaded »

Re: How to align email and phone icon to center
« Reply #5 on: August 22, 2020, 01:19:00 PM »
it worked. Thanks

*

mocody

  • ****
  • 139 posts
  • Only Marketing matters
Re: How to align email and phone icon to center
« Reply #6 on: August 25, 2020, 04:26:57 PM »
It worked for also.. Hehe, Thanks Guys