remove scroll option

Discussion in 'StartPoint Business One Page WordPress Theme' started by otmg1980, Jul 15, 2014.

  1. otmg1980

    otmg1980 New Member

    Joined:
    Mar 5, 2013
    Messages:
    8
    Likes Received:
    0
    Hello,

    see the attached image,

    How can I fix it that even when the website is shown in its full size there is still the option to scroll the screen to the right, which shows a white background. I also have this problem when using my mobile device.

    thank you
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media (max-width: 991px){
    .mobile-logo {
    overflow: hidden;
    }
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. otmg1980

    otmg1980 New Member

    Joined:
    Mar 5, 2013
    Messages:
    8
    Likes Received:
    0
    Hello,

    thank you for your answer I pasted the code in custom css, but it did not fix my problem, (www.velli.net) , this problem on my computer and mobile devices only happens on the front page, not on the other pages of the website.

    hopefully there is an solutions for my problem

    thank you


     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Yesterday that issue is on your site. Now your site is looking perfect at my side.
    Please check site in another browser or in another system.
    I think your browser cache is creating this problem.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page