phones issue in menu in mobile version

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart Themephones issue in menu in mobile version

This topic has been marked as resolved.

Hi dear team
I have contact phones on my site at the right top corner
In mobile version they are in the menu in the bottom part.
Please see attached screenshots.

How to:
1) decrease space between phone numbers in mobile view
2) and how to center phones in mobile phones in mob view (now they are in the right part)

All visualization in PC view should remain the same.

Thank you in advance for prompt answer.

April 26, 2018 at 11:53 pm #64093

Hi,

1) Add this code to decrease spacing between icon lists:

.tbMobileMenu .tb_wt_icon_list + .tb_wt_icon_list {
  margin-top: -5px;
}

2) Add this code to center phones:

[dir="ltr"] .tbMobileMenu .tb_icon_list {
  text-align: center;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

April 30, 2018 at 2:33 pm #64135

Thank you very much! It works perfectly.

May 2, 2018 at 9:45 am #64150

Glad we’ve helped and thanks for reporting this problem!

BR,
ThemeBurn team

May 11, 2018 at 9:55 am #64208
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.