querry

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.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
User avatar
Expert Boarder

GK User
Sat Feb 15, 2014 7:57 pm
Reply with quote
Report this post
Hi,
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.
User avatar
Platinum Boarder

GK User
Sat Feb 15, 2014 8:01 pm
Reply with quote
Report this post
I have last tip for you :mrgreen:
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 :whistle:
User avatar
Platinum Boarder


cron