test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • montgomeryr Friend
    #1048736

    When I look at my site on the iPhone in Vertical position the sidebar-2 images in the modules I have there extend out over the site template. When I rotate my phone to horizontal position they are fine. The computer browser is fine as well. See image. How do I fix this?


    1. IMG_1875
    montgomeryr Friend
    #1048998

    ??

    Pankaj Sharma Moderator
    #1049115

    Hi
    You have modified the padding the creating this issue,
    Remove this code from custom.css file and check

    .t3-sidebar .t3-module {
        margin-left: -20px;
        padding: 5px;
    }

    Regards

    montgomeryr Friend
    #1049198

    You advised me to change this code to fix another issue I had with spacing around the images. See Topic HERE.
    I want to keep the 5px setting as this is what I want it to look like when using a computer.
    How do I keep the 5px for computers and get it to work on mobile devices as well?

    Pankaj Sharma Moderator
    #1049326

    Hi
    Replace the code with this code

    
    @media (min-width: 768px) {
    .t3-sidebar .t3-module {
        margin-left: -20px;
        padding: 5px;
    }}

    This code will not work for mobile view.

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum