querry
Rate this topic: 




1.00 out of 6 based on 1 vote(s)






- GK User
- Sat Feb 15, 2014 7:49 pm
- Reply with quote
- Report this post
http://bollywoodbook.in/
in this site there is a scrolling module for which i want to shift the pagination below near on rightside of Read More button. plz guide
in this site there is a scrolling module for which i want to shift the pagination below near on rightside of Read More button. plz guide
-
- Expert Boarder
- GK User
- Sat Feb 15, 2014 7:57 pm
- Reply with quote
- Report this post
Hi,
but because each slide have different height so it's not possible easily to align this object.
Next time use firebug, generally we don't have to help in all customizations topics.
- Code: Select all
.dark .nspTopInterface div, .light .nspTopInterface div { top: 460px;}
but because each slide have different height so it's not possible easily to align this object.
Next time use firebug, generally we don't have to help in all customizations topics.
-
- Platinum Boarder
- GK User
- Sat Feb 15, 2014 8:01 pm
- Reply with quote
- Report this post
I have last tip for you
change from scroll to fixed and override using it:
this may help your background to be static.
p.s.
Before you is a long way to this website look good, now its still looks weak

change from scroll to fixed and override using it:
- Code: Select all
body[data-bg="1"] {
background: url("../images/bg1.jpg") no-repeat fixed center 0 #F4F4F4;
}
this may help your background to be static.
p.s.
Before you is a long way to this website look good, now its still looks weak

-
- Platinum Boarder
3 posts
• Page 1 of 1