- This topic has 10 replies, 2 voices, and was last updated 2 years, 11 months ago by
Gabriel.
-
AuthorPosts
-
January 31, 2020 at 11:46 pm #1151076
Gabriel
Hello guys!
I recently installed and almost finished customizing this amazing framework!
I just have small issues and it’s just because I’m a beginner so please bear with me π
1. I’d like to be able to disable the navigation so that my page looks more like a landing page.
2. I have a padding issue (I think) in the hero section, on desktop it looks ok, on mobile there is way too much padding – I don’t know where to adjust and why it looks different on mobile.Thank you!
GabeFebruary 1, 2020 at 9:45 am #1151463Tom
Lead DeveloperLead DeveloperHi there,
1. Right now you’re using the mobile header on desktop. You would need to disable that option, then set the “Navigation Location” to “No Navigation: https://docs.generatepress.com/article/navigation-location/
2. You’ll want to decrease the “Offset Site Header Height” mobile option in the “Site Header” area of your Header Element: https://docs.generatepress.com/article/header-element-overview/#site-header
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 1, 2020 at 10:23 am #1151508Gabriel
Thanks, Tom! Didn’t work, though.
1. I tried no navigation, it doesn’t show the menu, but it’s there, just transparent and/or with white text links so they don’t show because it’s white background2. I tried different values for mobile offset – it didn’t change anything, extra padding stays the same. Must be somewhere else, just can’t find where
Thank you!
February 1, 2020 at 11:36 am #1151568Gabriel
I found the padding issue, there was a 200px here:
/* Media Queries / Responsive Design */
@media (max-width: 768px) {
header .inside-header {
text-align: center;
}
.page-hero {
padding-top: 200px;
}
} /* End GeneratePress Site CSS */I changed it to 100px and now it looks good on mobile as well.
The navigation issue remains though.
February 1, 2020 at 4:35 pm #1151722Tom
Lead DeveloperLead DeveloperThe No Navigation option will completely remove the navigation from your HTML. I’m still seeing the Mobile Header at the moment. Any chance you can remove that and set the “No Navigation” so I can see the issue?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 24, 2020 at 9:05 am #1175441Gabriel
It was resolved, thank you, Tom! I’m sorry I didn’t reply earlier to confirm, I appreciate your awesome customer support!
February 24, 2020 at 5:35 pm #1175803Tom
Lead DeveloperLead DeveloperNo problem! π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 24, 2020 at 5:47 pm #1175808Gabriel
Done with 5-star review, as well π
February 25, 2020 at 8:52 am #1176501Tom
Lead DeveloperLead DeveloperThank you so much! π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 25, 2020 at 8:58 am #1176515Gabriel
My pleasure, Tom, you’re doing an amazing job, thank you!
February 25, 2020 at 9:01 am #1176521Gabriel
And I’d love to meet you sometime, maybe when either you come downtown Vancouver or I come on the Island π
-
AuthorPosts
- You must be logged in to reply to this topic.