Hi Ciaran
Please see: https://smudgerestaurant.co.uk/
I want to increase the padding between the menu bar and the main page.
On a mobile when a social media icon is on view there is no padding at all.
Franc
I'm not asking to change the position of a module.
Have you viewed the the URL in mobile mode?
You'll see that the graphic featured on the homepage when viewed on mobile overides the social media menubar.
I thought you would be able to identify if this is an issue with the actual template permeters and provide a fix.
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
@media only screen and (max-width: 767px) {
:root {
--j51-grid-row-gap: 60px;
}
}
This will amend the vertical spacing on mobile (edit to taste).
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »