- This topic has 13 replies, 3 voices, and was last updated 1 year, 7 months ago by
David.
-
AuthorPosts
-
November 9, 2020 at 8:11 am #1524111
Jose
Hi, I have created an invisible element, but the revolution slider doesn’t arrive until the top, how can I do that?
November 9, 2020 at 9:53 am #1524259Leo
StaffCustomer SupportHi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 9, 2020 at 10:06 am #1524270Jose
of course, the site is:
November 9, 2020 at 11:15 am #1524339Leo
StaffCustomer SupportSorry not sure if I understand.
What am I looking at on the linked page?
The whole content part is coming from Elementor so the theme itself doesn’t control it.
Let me know :);
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 10, 2020 at 12:24 am #1524868Jose
But can’t you tell me how delette the padding top of rev. slider?
Because I am using a GP invisible element in the header.
November 10, 2020 at 2:58 am #1525024David
StaffCustomer SupportHi there,
The space is coming form the slider revolution code it inserts a
<P>
tag with its own comments right before the slider, which is creating the space.Select the Text Widget that the Slider Shortcode is added to. In its settings give it a CSS Class of
remove-margin
Then add this CSS:
.elementor-widget-text-editor.remove-margin > .elementor-widget-container > .elementor-text-editor > p { margin-bottom: 0 !important; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 10, 2020 at 6:28 am #1525213Jose
Okey, it has worked but only in part.
There is still a white bar on top, but smaller.November 10, 2020 at 7:16 am #1525496David
StaffCustomer SupportThat space comes from the Elementor column gap for that first section. You can set the Gap to No Gap.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 10, 2020 at 7:30 am #1525513Jose
Thanks, you are the best David!
November 10, 2020 at 8:46 am #1525619David
StaffCustomer SupportGlad to be of help
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 23, 2020 at 2:05 am #1541951Jose
Hi again, the problem is there for different screen resolutions.
https://corteastur.es/wp-content/uploads/2020/11/problem-header.png
November 23, 2020 at 3:06 am #1542032David
StaffCustomer SupportHi there,
just to note – this issue is not Theme related – its to do with how you created the Elementor page.
That Top Section ( containing the slider ) is set to Full Height – but the slider is not set to display at Full height, which is why you see the white space above and below the slider.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 23, 2020 at 9:40 am #1542725Jose
Solved, thanks!!
November 23, 2020 at 11:58 am #1542934David
StaffCustomer SupportGlad to hear that
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.