Archived topic
Little gap on artisan template
5 replies · Started by Hendry on August 23, 2020
Hi there,
i found a problem with my site using artisan template.
It seems that there is a little gap (additional spaces) on the right side of the page if it is accessed on mobile devices.
What should i do to remove it.
Hi there,
can you check the URL you provided as its nothing found for me - you can edit your original topic to check and change it.
sorry i was customizing my site.
the link can be accessed now.
Go to Customizer > Additional CSS and look for this:
.mobile-header-navigation {
padding: 8px 5px;
}
And change it to:
.mobile-header-navigation {
padding: 8px 5px;
box-sizing: border-box;
}
It works, Thank You.
You're welcome