Icon alignment problem in mobile headers

Hello, I’m using Horizon Theme and I’m having a display issue with the header for icons and their placement.
It’s perfect on the desktop version, but on the mobile version, the display and placement of the icons are catastrophic.

Thank you in advance for your help.

please provide link for your store

please provide link for your shopify store

Hey @Toky1

Happy to help you out, share your store URL and Password if enabled.

Best,
Moeed

https://sacochestore.com/ pass: 1111

.header__column .header-actions__action {
    margin-top: 0px !important;
    padding: 0px !important;
}

use this css base.css file

Please add this code to your theme.liquid file, after <head> to solve the issue

<style>
@media (max-width: 749px) {
.header__columns button { margin-top: 0px !important; }
header-actions {  align-items: center; }
}
</style>

Best regards,

Dan from Ryviu: Reviews & QA

Hey @Toky1

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
@media screen and (max-width: 767px) {
.header__column .header-actions__action {
    margin-top: 0 !important;
    padding: 0 !important;
}
}
</style>

RESULT:

If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

@Toky1

for css for this (@media screen and (max-width: 768px) { .button, .button–primary {) remove this
padding and margin-top