Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1049932
    piexec
    Participant

    http://thelbcpalmharbor.com/

    I’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!

    #1050025
    Rad
    Moderator

    Hi 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!

    #1050059
    piexec
    Participant

    The menus items seen here.

    #1050065
    piexec
    Participant

    Attached.

    #1050066
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .home #x-section-1 img {
        max-width: 200px;
    }
    

    Hope that helps

    #1050067
    piexec
    Participant

    attached

    #1050071
    Rue Nel
    Moderator

    Hello 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.

    #1052317
    piexec
    Participant

    I like the size they are on desktop. Just on mobile they are too big. This changes them on the desktop to be too small.

    #1052405
    Christopher
    Moderator

    Hi there,

    Update previous code to :

    @media (max-width:480px){
    .home #x-section-1 img {
        max-width: 200px;
    }
    }

    Hope it helps.

    #1054530
    piexec
    Participant

    Perfect on my cell phone. On my tablet, still too big. See attached.

    #1054652
    Thai
    Moderator

    Hey There,

    Please update the previous CSS a bit:

    @media (max-width:768px){
    .home #x-section-1 img {
        max-width: 200px;
    }
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1049932 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>