Topic Resolution: Resolved
  • Closed
  • FURUTA TORU
    Spectator
    July 21, 2015 at 11:38 am #19067

    Hello.

    Since Check this box to enable RSS Feed, you do not need, I have to hide.
    Depending on the mobile, it will be able to blank the area of the top of the logo.

    http://www.responsinator.com/?url=unegawa.com%2Fwp%2F

    If it is possible to eliminate this blank, please tell me how.

    Nice to meet you.

    こんにちわ。

    Check this box to enable RSS Feed は必要ありませんので、非表示にしています。
    モバイルによっては、ロゴの上のエリアに空白ができてしまいます。

    http://www.responsinator.com/?url=unegawa.com%2Fwp%2F

    この空白を無くすことが可能であれば、その方法を教えてください。

    よろしくお願いします。

    Imran
    Spectator
    Posts: 402
    July 21, 2015 at 2:08 pm #19068

    Hi there,

    Thanks for writing in,

    If you wish to eliminate extra space above your logo on mobile devices and want to make it look something like this: http://prntscr.com/7v7s1v. So you can try adding the following code under Appearance > Theme Options > custom CSS:

    @media only screen and (max-width: 768px) {
    div#righttopcolumn {
    display: none;
    }
    }

    Thanks.

    FURUTA TORU
    Spectator
    Posts: 14
    July 23, 2015 at 9:38 am #19116

    Imran like

    Hello. Thank you for your answer.
    We resolved.

    Thank you.

    Imran
    Spectator
    Posts: 402
    July 23, 2015 at 12:32 pm #19118

    You’re welcome! 🙂