[Please HELP] Page shifting on pageload

jetiz

Junior Member
Joined
Jan 16, 2010
Messages
193
Reaction score
68
Hi,

The page shifts to the right while the page loads. I tried several methods but not able to figre out the reason. Can anyone help?

Page: http://bit.ly/2FnLf7N

Thanks!
 
What you trying to ask bro? We're layman, use our language please.
 
Last edited:
What you trying to ask bro? We're layman, use our language please.
Hey I was expecting someone experienced to look into the issue and reply since this is a web design section and I am sure we can discuss these kind of query here.
 
Hey I was expecting someone experienced to look into the issue and reply since this is a web design section and I am sure we can discuss these kind of query here.
<!-- Scroll Top -->
<style id="scrolltop-custom-style">
#scrollUp{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;font-size:25px;opacity:0.8;filter:alpha(opacity=80);bottom:20px;right:20px;color:#ffffff;background:#dd0b0b;}
#scrollUp:hover{opacity:1;filter:alpha(opacity=100);}
#scrollUp {
padding: 10px 14px;
font-size: 12px;
}
a#scroll-to-top {
background:none;
}
.icon-up-open:before {
content: "\e800";
color: #fff !important;
}
</style>
<!-- End Scroll Top - https://wordpress.org/plugins/scroll-top/ -->
 
Thanks for your reply but I didnt understand where to put this. This is a wordpress website.


<!-- Scroll Top -->
<style id="scrolltop-custom-style">
#scrollUp{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;font-size:25px;opacity:0.8;filter:alpha(opacity=80);bottom:20px;right:20px;color:#ffffff;background:#dd0b0b;}
#scrollUp:hover{opacity:1;filter:alpha(opacity=100);}
#scrollUp {
padding: 10px 14px;
font-size: 12px;
}
a#scroll-to-top {
background:none;
}
.icon-up-open:before {
content: "\e800";
color: #fff !important;
}
</style>
<!-- End Scroll Top - https://wordpress.org/plugins/scroll-top/ -->
 
There might be a sidebar error or a mixed content error. I’d suggest you to backup everything and undo the theme customizations you did.
 
Back
Top