Tagged: x
-
AuthorPosts
-
June 19, 2016 at 10:32 pm #1049932
piexecParticipantI’d like for these images of the “beer kegs” to be smaller on mobile. How do I set the image with for mobile?
Thanks in advance!
June 20, 2016 at 12:48 am #1050025
RadModeratorHi there,
Thanks for posting in.
I’m not sure what is “beer kegs” as I can’t find it from your site. Would you mind providing the screenshot again?
Thanks!
June 20, 2016 at 1:20 am #1050059
piexecParticipantThe menus items seen here.
June 20, 2016 at 1:23 am #1050065
piexecParticipantAttached.
June 20, 2016 at 1:23 am #1050066
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.home #x-section-1 img { max-width: 200px; }Hope that helps
June 20, 2016 at 1:24 am #1050067
piexecParticipantattached
June 20, 2016 at 1:30 am #1050071
Rue NelModeratorHello There,
I guess you have replied at the same time. Could please try the given code from our previous reply?
.home #x-section-1 img { max-width: 200px; }Feel free to reduce it if needed.
June 21, 2016 at 6:17 am #1052317
piexecParticipantI like the size they are on desktop. Just on mobile they are too big. This changes them on the desktop to be too small.
June 21, 2016 at 7:35 am #1052405
ChristopherModeratorHi there,
Update previous code to :
@media (max-width:480px){ .home #x-section-1 img { max-width: 200px; } }Hope it helps.
June 22, 2016 at 10:53 am #1054530
piexecParticipantPerfect on my cell phone. On my tablet, still too big. See attached.
June 22, 2016 at 12:07 pm #1054652
ThaiModeratorHey There,
Please update the previous CSS a bit:
@media (max-width:768px){ .home #x-section-1 img { max-width: 200px; } }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1049932 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
