- This topic has 16 replies, 3 voices, and was last updated 6 years, 4 months ago by
Leo.
-
AuthorPosts
-
September 29, 2016 at 5:24 am #230289
Nicki Watson
I am finding that the header spacing on my website leaves too much white space underneath the logo on the mobile version. Could you please advise how I could make this smaller?
2 On the mobile version of my site the header widget area with the social icons displays at the top, and then the logo displays underneath it. Is it possible to change these so that the logo is on top on the icons underneath?
September 29, 2016 at 9:28 am #230347Tom
Lead DeveloperLead DeveloperHi there,
1. Can you link me to your site so I can see what’s causing the white space?
2. This topic should help: https://generatepress.com/forums/topic/mobile-friendly-header/#post-177641
September 29, 2016 at 2:45 pm #230446Nicki Watson
Hi Tom
its http://www.cotswoldcolleague.co.ukSeptember 29, 2016 at 8:10 pm #230497Tom
Lead DeveloperLead DeveloperAny reason you have the description added but hidden? That’s most likely a part of the cause.
Then you have negative margin added to the
.inside-header
class.I would remove the site description, remove that negative margin and then add padding to the bottom of the header.
October 11, 2016 at 6:17 am #234300Nicki Watson
Thanks Tom.
I changed the negative margin , and added padding to the bottom.
The site title is Cotswold Colleague and the tagline is Resourceful Virtual Admin the Cotswolds, but if I unhide this it shows additionally above the logo.I can’t locate where the line showing below the logo is . Is site description somewhere else and not in site identity?
October 11, 2016 at 12:22 pm #234432Tom
Lead DeveloperLead DeveloperIt looks like you have the site title and tagline in the logo itself, so it’s probably ok just to remove the text versions in “Customize > Site Identity”.
It looks a lot better on mobile for me now ๐
October 18, 2016 at 3:40 am #236333Nicki Watson
Tom
I’ve taken this line out on the site identity but it’s still showing? Is there site description somewhere else?
Can I add you as user and you could take a look?
October 18, 2016 at 9:11 am #236463Tom
Lead DeveloperLead DeveloperDid you check the “Hide title” and “Hide tagline” checkboxes?
Sure, feel free to send it using the contact page: https://generatepress.com/contact/
October 19, 2016 at 6:37 am #236945Nicki Watson
Hi
Yes I have them checked and its still showing.
Sorry, not clear on how I give you access?
October 19, 2016 at 6:51 am #236949Nicki Watson
I think Ive added you as a User now- sorry being dumb and getting my head around this. Thanks for your patience
October 19, 2016 at 10:38 am #237021Tom
Lead DeveloperLead DeveloperI don’t think I received any details through the contact form?
October 19, 2016 at 1:26 pm #237095Nicki Watson
sorry . I cant find the form? Other than account issue? Sorry I’m not understanding how do I do give you access? I added as a user ?
October 19, 2016 at 8:36 pm #237158Tom
Lead DeveloperLead DeveloperYou can send me the URL, username and password through the account issue form ๐
January 25, 2017 at 2:40 pm #268713Nicki Watson
Tom
I managed to remove this which as in GP hooks. Thanks.
I trialled adding in the css from your note in point 2 above- social icon appearing above the logo but the social icon moved to nearly touching under the logo. On mobile the social icons are too big in comparison with my logo. On pc it looks fine.
Could you help with css for this ? many thanks
January 25, 2017 at 3:50 pm #268748Leo
StaffCustomer SupportThis CSS should make the icons smaller on mobile:
@media (max-width: 768px) { .icon-set-lsi_widget-6 a { font-size: 15px !important; } }
-
AuthorPosts
- You must be logged in to reply to this topic.