-
Hi GP Team,
See the problem here at every pages.
Problem slide >>> https://docs.google.com/presentation/d/1whwb78Qyz0R5bZqUsmsiLDas1tTy1XrqwwKG3ltmLco/edit?usp=sharing
Current additional CSS >> https://docs.google.com/document/d/1iUXo_9U3LFlnjPjuytO8m0DREUqq50KYAEJeWYkZfD4/edit?usp=sharing
Thank
-
Hi there,
Can you provide the site link?
-
Hello,
Do you received my reply by email?
I have already stated image on top for my site.
-
Alvind
Hi there,
To remove the gap at the top, try adding this CSS:
a.screen-reader-text { display: none; }To hide the menu toggle on desktop, go to Customize > Layout > Off Canvas Panel and set it to Mobile Only.
-
Hi
CSS code is working. Thanks you very much.To hide the menu toggle on desktop, go to Customize > Layout > Off Canvas Panel and set it to Mobile Only.>> What is this?
Outstanding are
1. Disappear beside logo text (GREENER AIR) at Mobile
2. HTML anchor. Showing on desktop perfect postion but mobile is out.https://docs.google.com/presentation/d/1whwb78Qyz0R5bZqUsmsiLDas1tTy1XrqwwKG3ltmLco/edit?usp=sharing
-
1. you are using a mobile header, site title does not show in mobile header. So you will need to disable the mobile header from customizer > layout > header.
2. The container on the left side of the form has a static height set to 250px, on mobile it overflows. So set the left container’s
heighttoautofor mobile. -
Hi
1. Done. Thank You
2. Changed left side height 250 px to auto for mobile. Still cannot get it, adjusted margin, still cannot get it.Thank
-
Hi there,
Try adding the
form-customeranchor ID to the Request A Commercial Proposal headline block instead, then add this CSS:h2[id] { padding-top: 150px; margin-top: -150px; } -
Hi Alvind,
Added accordingly. Desktop position drop down, still acceptable but mobile position do not change at all even adjusted CSS padding and Margin 150 to 300 px.
Thank
-
I can’t see the CSS being applied. Where did you add the CSS code?
If it’s in Customizer > Additional CSS, try placing it at the very top of the existing code and see if that makes a difference.
-
Hi Alvind,
Yes, after moved CSS last line to line 1, clear all caches, working perfect.
Thank You Very Much.
-
Alvind
Glad to hear that! 🙂
- You must be logged in to reply to this topic.