Mobile background problem Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Mobile background problem

    Panicmakerz
    Panicmakerz
    Forumember


    Posts : 55
    Reputation : 1
    Language : greek

    In progress Mobile background problem

    Post by Panicmakerz March 26th 2018, 7:29 pm

    Forum URL: http://www.duelingrealm.com/

    Hello,
    when I connect to my forum with my mobile using the web appearence the background only on index isnt covering the whole screen 
    Mobile background problem 110

    But when I am not on Index it is correct

    Mobile background problem 29550110

    Why is that happening?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Mobile background problem

    Post by SLGray March 26th 2018, 8:57 pm

    Is this on the mobile or classic version?  Also are you using the Topic'It app?



    Mobile background problem Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Panicmakerz
    Panicmakerz
    Forumember


    Posts : 55
    Reputation : 1
    Language : greek

    In progress Re: Mobile background problem

    Post by Panicmakerz March 26th 2018, 9:12 pm

    It is classic version without topic it
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Mobile background problem

    Post by TheCrow March 26th 2018, 9:42 pm

    What is the CSS code for it?



    Mobile background problem Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Panicmakerz
    Panicmakerz
    Forumember


    Posts : 55
    Reputation : 1
    Language : greek

    In progress Re: Mobile background problem

    Post by Panicmakerz March 26th 2018, 9:55 pm

    Css code:
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Mobile background problem

    Post by TheCrow March 26th 2018, 10:02 pm

    Try changing to this: (lines 42-50)
    Code:
    body{
      background-image: url(https://i62.servimg.com/u/f62/19/84/16/51/backgr12.jpg);
      background-repeat: no-repeat !important;
      background-attachment: fixed!important;
      background-size: cover !important;
        margin-right: auto!important;
      margin-left: auto!important;
        width:100%!important;
    }
    Change this:
    Code:
    background-size: cover!important;
    with
    Code:
    background-size: 100% 100%!important;

    This should fix your problem.



    Mobile background problem Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Panicmakerz
    Panicmakerz
    Forumember


    Posts : 55
    Reputation : 1
    Language : greek

    In progress Re: Mobile background problem

    Post by Panicmakerz March 26th 2018, 10:09 pm

    when I zoom out I have the same result
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Mobile background problem

    Post by TheCrow March 26th 2018, 10:13 pm

    What do you mean? Isn't it steady for everything now?



    Mobile background problem Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Panicmakerz
    Panicmakerz
    Forumember


    Posts : 55
    Reputation : 1
    Language : greek

    In progress Re: Mobile background problem

    Post by Panicmakerz March 26th 2018, 10:15 pm

    When I firstly load the page in my mobile it covers the full screen, but If I zoom out it doesnt, background image is still in the left up corner and the rest is white