Toky1
September 8, 2025, 7:32am
1
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.
yash141
September 8, 2025, 7:33am
2
please provide link for your store
please provide link for your shopify store
Moeed
September 8, 2025, 7:35am
4
Hey @Toky1
Happy to help you out, share your store URL and Password if enabled.
Best,
Moeed
Toky1
September 8, 2025, 7:35am
5
.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
Moeed
September 8, 2025, 7:42am
8
Hey @Toky1
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
yash141
September 8, 2025, 7:46am
9
@Toky1
for css for this (@media screen and (max-width: 768px) { .button, .button–primary {) remove this
padding and margin-top