Topic Resolution: Resolved
    Imran
    Spectator
    Posts: 402
    July 2, 2015 at 12:21 pm #18610

    Hi there,

    Thanks for writing in,

    If you wish to eliminate that extra space, you can add following code under Appearance > Theme Options > Custom CSS:

    .menu-container .container {
    height: 0px;
    }

    Thanks.

    FURUTA TORU
    Spectator
    Posts: 14
    July 3, 2015 at 2:54 am #18619

    Imran like
    Hello. Thank you for your answer.
    I tried to try did nothing happens change.
    The gap between the Bootstrap Slider and imageframe, I want to now the current one-third place.
    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    July 3, 2015 at 5:10 am #18621

    Hi,

    Hope I interpret your question correctly.
    Please try the following Theme Options -> Custom CSS This code affects mobile device of width not more than 768px.

    @media(max-width:768px) {
    .entry-content.article {
    position: relative;
    top: -30px;
    }
    }

    Change the -30px to something larger, such as -40px, if you want the image frame nearer to the bottom of slider.

    Screenshot. http://prntscr.com/7o86u8

    Thanks!
    Denzel

    FURUTA TORU
    Spectator
    Posts: 14
    July 3, 2015 at 6:06 am #18622

    Denzel like
    Hello. Thank you for your answer.

    That I want to I realize we are giving you a feel for.
    Where you run, we were able to support.
    Thank you.
    However, the following case is not possible to do correspondence.
    http://www.responsinator.com/?url=tf0206.xsrv.jp%2Fwp-sanyomedia%2F
    Of the bottom, iPad landscape · width: 1024px
    And, it is a desktop PC of my 1920 × 1080px.

    Thank you.

    FURUTA TORU
    Spectator
    Posts: 14
    July 3, 2015 at 7:20 am #18623

    Denzel like

    Hello.
    I’m sorry.
    And though had been explains properly, I did not notice.
    Please try the following Theme Options -> Custom CSS This code affects mobile device of width not more than 768px.
    Resolved After more than 2000px. and death.
    If you have any problem in this way, please contact us.
    If the there is no problem, it is fine to have you as resolved.

    If possible, more of statement that is not numeric specification is ideal.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    July 4, 2015 at 3:41 am #18635

    Hi,

    Sorry, I do not understand your reply.
    If you want it to affect all the views, you can use the following. Without the media query.

    .entry-content.article {
    position: relative;
    top: -30px;
    }

    Thanks!
    Denzel

    FURUTA TORU
    Spectator
    Posts: 14
    July 4, 2015 at 6:55 am #18639

    Imran like
    Hello. Thank you for your answer.
    We resolved.
    Thank you.

    FURUTA TORU
    Spectator
    Posts: 14
    July 4, 2015 at 7:16 am #18641

    Denzel like
    Hello. Thank you for your answer.
    We resolved.
    Thank you.

    Imran
    Spectator
    Posts: 402
    July 6, 2015 at 2:09 pm #18667

    You’re welcome! 🙂