Tagged: x
-
AuthorPosts
-
February 12, 2017 at 5:55 pm #1368181
cxanderParticipantI’m developing my website (www.soundinnovationdj.com) on my desktop. I was away from home today and took my 15″ laptop with me to continue work. To my surprise the website had scaling issue (mostly the home page) where images were cut off on the sides and the images height was increased. While I’m new at web development, I thought the responsiveness of the X theme would have scaled well on a laptop.
So my question is, is there something I need to do to get it to scale correctly? I know you can hide sections based on screen width, but I was only planning on making changes to the site for mobile devices and I thought I could use the same sections for desktops and laptops.
Can anyone please provide me with changes I could make or let me know if my thinking is incorrect.
February 12, 2017 at 10:21 pm #1368418
NicoModeratorHi There,
Thanks for writing in.
You could use @media query to adjust specific class or section in a specific screensize.
For example:
@media (max-width: 979px) .x-main.full, .x-main.left, .x-main.right, .x-sidebar.left, .x-sidebar.right { float: none; display: block; width: auto !important; }Adjust the classes and max-width to adjust where and what screensize you want it to be adjusted.
hope it helps.
Let us know how it goes.
thanks.
February 13, 2017 at 3:04 pm #1369518
cxanderParticipantSo adding this one code is the css of the customizer will correct the issue for all device sizes? I’m sorry but I’m not sure I understand this yet, I suppose it’s over my head and skill. I guess I’m just not sure why all the pages other than my home page seem to scale properly.
February 13, 2017 at 11:58 pm #1370017
NicoModeratorHi There,
There are times that the responsiveness issue might not help or it is not working properly however the code above that I suggested would help you adjust classes that are not working on mobile properly. Please share us your admin credentials so we could check your homepage and suggest the best CSS or adjustment to to do in your setup.
Don’t forget to set it as private reply.
Thanks.
February 14, 2017 at 4:17 pm #1371058
cxanderParticipantThis reply has been marked as private.February 15, 2017 at 1:15 am #1371483
ChristopherModeratorHi there,
Please add
background-position: left center;in first section style field.Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1368181 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
