Tagged: x
-
AuthorPosts
-
October 19, 2016 at 8:20 pm #1223161
BlueGraphicsParticipantHello!
I am having some problems setting up the final view of this site on mobile.
http://www.cucli-film.comI cant get certain background images of some bands to adjust, so then ones that do, look completly unproportional on the overall. This is a problem mostly or specialy on vertical mobile devices,
not so on desktop.What would you suggest i do to keep it consistent?
thank you for your comments and ideas
October 20, 2016 at 1:09 am #1223400
RupokMemberHi there,
It seems fine on my end. As the background-size is set to cover so it should give you the best responsiveness. But if the object is on right/left then it might not look good. You can control the background position, attachment etc. for mobile only :
You can add this under Custom > CSS in the Customizer.
@media only screen and (max-width: 480px) { .x-section.bg-image.parallax, .x-section.bg-pattern.parallax { background-position: center center !important; } }Hope this helps.
October 26, 2016 at 2:14 am #1230998
BlueGraphicsParticipantThanks Rupok for your answer.
Nevertheless, i am not sure i got the answer i needed.Is there a way were section 2 and section 5 can also resize to fit like section 1, 3 & 4 do?
Thank you for your help.
October 26, 2016 at 3:36 am #1231101
ChristianModeratorTo control each section separately, you will need to add a different class (e.g. man-looking-at-bird) to each section and then add a different position for it so the previous code should be like
@media only screen and (max-width: 480px) { .x-section.bg-image.parallax, .x-section.bg-pattern.parallax { background-position: center center !important; } .x-section.man-looking-at-bird { background-position: right center !important; } }For more details or options for the
background-positionproperty, please see http://www.w3schools.com/cssref/pr_background-position.aspThanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1223161 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
