• Resolved jasio126

    (@jasio126)


    Hello,

    I’m using Virtue free theme. On mobile device body background is too wide, when the page is load it looks normal, but I can swipe it left to almost half a size or just zoom out.
    If anyone know the solution to my problem, I will be more than thankful for help.

    SCREENSHOT: https://imgur.com/a/goUAQ

    -Jan

Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hi Jan,
    Can you post a link to your site?
    Thanks!

    Hannah

    Thread Starter jasio126

    (@jasio126)

    basketmania.mlodziez-wks.slask.pl

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    In your footer you are adding items with this class:
    Row_mob

    Then in your custom css you are adding this which forces a large padding to the right and is creating your issue.

    .Row_mob {
        display: inline-block;
        width: 200%;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        padding-right: 100%;
    }

    It seems to me that all you need to do is add this css and remove yours:

    .footercol2 {
        width: 100%;
    }
    Thread Starter jasio126

    (@jasio126)

    It works! Thank you so much!

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    You bet!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Too wide body background on mobile’ is closed to new replies.