Tagged: x
-
AuthorPosts
-
October 5, 2016 at 5:44 am #1203228
RobbyAdamParticipantDear Team,
i checked my website responsiveness for the starting page of my website wwww.robbyadam.de
Each site is responsive but not the first section I edited in cornerstone (The first section with picture and text that is not responsive is called “Lets go”) in the cornerstone Layout Part for the Page called “Home New” (which is the starting page of the websitem, you can find it.October 5, 2016 at 5:45 am #1203230
RobbyAdamParticipantThis reply has been marked as private.October 5, 2016 at 7:07 am #1203295
ThaiModeratorHi There,
Please remove the 350px padding from the section #1.
Then add the following CSS under Customizer > Custom > Global CSS instead:
@media (min-width: 980px){ .home #x-section-1 { padding: 350px; } }Hope it helps 🙂
October 6, 2016 at 1:48 am #1204708
RobbyAdamParticipantHi there,
thank you, it is responsive now but how do i readjust the picture size of sektion 1, so that the background picture with the water fills the starting screen when someone enters the site. and when you scroll down you see the rest.
greetings:)
October 6, 2016 at 2:18 am #1204732
RobbyAdamParticipant(I had to re-edit, this is the current settings. i dont know if 350 is stil a valid value
October 6, 2016 at 2:41 am #1204745
Paul RModeratorHi,
Please set padding to 0 then add the code below in Custom > Edit Global Javascript in the customizer.
jQuery(function($) { $(window).on("resize", function () { var bodyHeight = $(window).height(); var navbarFixedTopHeight = $('.home .x-navbar').outerHeight(); $('.home #x-section-1').height(bodyHeight - navbarFixedTopHeight); }).resize(); });Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1203228 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
