- This topic has 43 replies, 5 voices, and was last updated 4 months, 1 week ago by
David.
-
AuthorPosts
-
August 27, 2020 at 7:47 am #1420444
David
StaffCustomer SupportHmmm… not seeing the Code added to the site – can you set it to Run Everywhere.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 27, 2020 at 8:10 am #1420633Sara
Hello David,
I am running it everywhere now as you asked, please try now.
August 27, 2020 at 3:36 pm #1421104David
StaffCustomer SupportNow add the CSS provided here:
https://gist.github.com/72e4e7e31cb257e048dcf0a8973700c5
You will also need to edit the Header Element and uncheck the Merge with Content.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 31, 2020 at 2:26 pm #1425705Sara
Hello David,
It seems to be working the only thing is that second navigation is overlaping with slider, how I can fix that?
Thanks!
September 1, 2020 at 2:53 am #1426195David
StaffCustomer SupportYou need to disable the Merge with Content option in the 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/September 1, 2020 at 2:25 pm #1427037Sara
Hello David,
I think I manage to do it, can you please check if its correct?
Thanks!
September 1, 2020 at 3:36 pm #1427085David
StaffCustomer SupportYes, thats correct!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 3, 2020 at 4:55 am #1429128Sara
Just one last question David, how I can make some sepatarion between text and category tag, all seems to be showing too together would like to separate it, thanks!
September 3, 2020 at 4:57 am #1429136David
StaffCustomer SupportTry this CSS:
.wp-show-posts .wp-show-posts-entry-title { margin-bottom: 0.75em; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 3, 2020 at 7:01 am #1429291Sara
Ok that is great but is it possible also to make a bit of space between sentences on title too?
September 3, 2020 at 7:10 am #1429297David
StaffCustomer SupportGo to Customizer > Typography > Headings and increase the Lineheight of the H2 element.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 28, 2020 at 1:02 pm #1462808Sara
Thanks a lot David its working fine!
I just would ask you one last thing on this matter is it possible to that on slider on the right side bottom where it shows 2 images could show only 1 like the one on the right top? So, slider shows only 3 images instead of 4 that would be one on the left, one on the right top and last one on the right bottom.
How can I achieve this?
Thanks!
Sara
September 28, 2020 at 3:38 pm #1462923David
StaffCustomer SupportTry the follow:
1. Edit the WP Show Post list used for the Grid. And set the number of posts to 3.
2. Look for this specific CSS ( its inside the @media 900px query):.wpsp-grid .wp-show-posts article:nth-child(3) { grid-column: 5 / 7; grid-row: 2 / 4; }
and change it to:
.wpsp-grid .wp-show-posts article:nth-child(3) { grid-column: 5 / end; grid-row: 2 / 4; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 18, 2020 at 11:24 am #1494622Sara
Thanks a lot David Worked Perfectly!!! Exactly what I wanted 🙂
October 18, 2020 at 12:14 pm #1494678Sara
Just one thing David, I just checked on movil device and first image of slider is not showing right and text is showing too big on all 3 of them, how can I fix it?
Thanks!
Sara
-
AuthorPosts
- You must be logged in to reply to this topic.