• Resolved Pia

    (@puy)


    Hi to all.

    Pls help.

    My website’s view in iphone or mobile has a blank space like a margin on the right side.. pls help how to fix this?

    What should I edit in my custom css? I do not know exactly what to input… is it about float? margin? align? im not very well with coding.

    Your help is greatly appreciated. Thanks! https://www.pingconmarketing.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Change this rule:

    .site-title img {
        float: center;
        width: 60%;
        margin: 1% 30% 0 20%;
    }

    to this:

    .site-title img {
        float: center;
        width: 60%;
        margin: 1% 30% 2% 20%;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    Thread Starter Pia

    (@puy)

    Thank you so much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘theme in iphone or mobile custom css’ is closed to new replies.