-
AuthorPosts
-
June 26, 2017 at 6:14 pm #813149
Hello
We have in the home in the top of the page a Full Width Easy slider
It is too high and overlapping the header:Please see also post https://kriesi.at/support/topic/div-title-height-and-colour/ because it is somehow related
I tried with
.avia-fullwidth-slider.avia-builder-el-0 {
top: 20px;
}
and the slider moves down but with a white space and not black as it is in all the other pagesThank you
MauroJune 26, 2017 at 7:46 pm #813178Hey profumopuntoit,
You can add this custom CSS code:
.av_slideshow_full.avia-slideshow { padding-top: 10px !important; }
Best regards,
John TorvikJune 27, 2017 at 11:08 am #813348Ok thank you
but like this the slider moves down but with a white space in top and not black as it is in all the other pagesBest regards
MauroJune 28, 2017 at 3:42 pm #813888Hi Mauro,
That is the space for the title and breadcrumbs you have on other pages and do not have on the main page. You could add the breadcrumbs if you wanted and you will not need that padding then.
Best regards,
VictoriaJune 28, 2017 at 4:07 pm #813920Thank you Victoria,
I tried to modify the home page and in “Title Bar Settings” I set it to “Display Title and Breadcrumb” instead of “Default layout set in Enfold Child”
but result is same, slider sticks to the top and there is no div with class “stretch_full container_wrap alternate_color light_bg_color title_container”
This three lines black, dark green, light green are part of the look of the websìte and should be there also in the homeBest regards
Mauro- This reply was modified 7 years, 4 months ago by profumopuntoit.
June 28, 2017 at 4:09 pm #813921I tried also with “Display only Breadcrumb” but it is same
June 28, 2017 at 8:05 pm #814084Hi Mauro,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Do you want to have them on the home page as well?
Best regards,
VictoriaJune 29, 2017 at 10:52 am #814343Here are the credentials
Thank you
MauroJuly 4, 2017 at 5:43 am #816152Hi,
Have you fixed the issue? What are these css modifications for?
div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container { max-height: 35px; color: #e87e0d; background-image: url(https://attarperfumes.net/wp-content/uploads/sfondonero-verdescuro.png); } #top .title_container .container { padding-top: 0; padding-bottom: 0; min-height: 0; max-height: 35px; } #top .title_container .container { padding-top: 10px; padding-bottom: 10px; min-height: 56px; }
Best regards,
IsmaelJuly 4, 2017 at 11:02 am #816240Hi Ismael,
no, not resolved
Modification are related to this other ticket https://kriesi.at/support/topic/div-title-height-and-colour/ where we managed to give to the site “the look and feel of our old site (https://goo.gl/i1JM4L) that we are going to migrate to enfold https://goo.gl/UqPO3O”
Thank you
MauroJuly 4, 2017 at 11:16 am #816244the second instance of
#top .title_container .container {
padding-top: 10px;
padding-bottom: 10px;
min-height: 56px;
}
I don’t see it in style.css in child themeJuly 10, 2017 at 3:33 am #818508Hi,
Add the height property to the following css declaration.
div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container { max-height: 35px; color: #e87e0d; background-image: url(https://attarperfumes.net/wp-content/uploads/sfondonero-verdescuro.png); height: 35px; }
Best regards,
IsmaelJuly 10, 2017 at 2:30 pm #818747Ok perfect.
Great support as always. Thank you very much
MuchJuly 10, 2017 at 2:57 pm #818774Hi! We’re glad that Ismael was able to help. We’ll close this thread now, but if you have any other questions or issues, feel free to post them here on the forum and we will do our best to assist you!
Thank you for using Enfold.
Cheers!
Sarah -
AuthorPosts
- The topic ‘How to move down a Full Width Easy slider’ is closed to new replies.