Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • nedzad grebovic Friend
    #191149

    I have simulation ov automotosvijet.com, and I have horizontal scrooler appeared. Can anyone give mi idea how to avoid horizontal scroller? tnx


    1. tab-2
    2. tab
    phong nam Friend
    #508193

    Hi nedzad72,

    The reason that the sidebar section of your website overlapped its defined width on Kindle portrait view. You can sort this issue by putting below css styles into templates/ja_argo/css/custom.css file:

    /*Adjust the sidebar on Kindle portrait view*/
    .span9.t3-content-main {
    width: 98%;
    }

    .t3-sidebar.span3 {
    overflow: hidden;
    }

    nedzad grebovic Friend
    #508604

    I have big empty space after this change:

    PC:

    Here are tablets:


    1. empty-full-screen
    2. empt-nexus-1
    3. empt-nexus-2
    4. empty-space-a
    5. empty-space-b
    phong nam Friend
    #508609

    Hi,

    I’m sorry, i missed to give the @query of Kindle portrait. You can replace:

    /*Adjust the sidebar on Kindle portrait view*/
    .span9.t3-content-main {
    width: 98%;
    }

    .t3-sidebar.span3 {
    overflow: hidden;
    }

    with

    /*Adjust the sidebar on Kindle portrait view*/
    @media (max-width: 768px) and (min-width: 600px) {
    .span9.t3-content-main {
    width: 98%;
    }

    .t3-sidebar.span3 {
    overflow: hidden;
    }
    }

    nedzad grebovic Friend
    #508744

    Thanks, not all moduls are streched (Login, FB) but is it quite better without scroller at the bottom.

    phong nam Friend
    #508830

    Hi,

    You can try these codes to make FB and Login look better on Kindle portrait view :

    /*Adjust FB and Login module on Kindle portrait view*/
    @media (max-width: 768px) and (min-width: 600px) {
    body.plugin {
    max-width: 126px;
    }

    input#modlgn-username.input {
    max-width: 110px;
    font-size: 12px;
    }

    input#modlgn-passwd.input {
    max-width: 110px;
    font-size: 12px;
    }
    }

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  phong nam 11 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum