I'm using AutoFocus+ Pro and I've chosen to use portfolio layout with sliding feature area. But unlike all the other examples I've seen, it doesn't show 4 images under the slider, but 3. Check www.benheppener.nl
Anyone knows how that can happen and how I can change it to 4 images?
Rashad Aliyev answers:
Hello,
Find your http://www.benheppener.nl/wp-content/themes/autofocuspro/style.css
#container {
display: table;
margin: 0px 0px 66px;
padding: 0px;
width: 800px;
}
change 800px to 850px then check it.
PS: I checked it on my locale 820 px enough for this.
Ben Heppener comments:
Hmm, tried it but it's still 3 images
Rashad Aliyev comments:
If you want send me your site credentials I'll fix it immediately;)
Rashad Aliyev comments:
I gave you solution and you can't do it by yourself. If you want to get my support please upgrade your prize to 10 USD!
Ben Heppener comments:
OK price is upgraded
Rashad Aliyev comments:
Good. Go my profile and write me. : http://wpquestions.com/user/profile/id/963
Rashad Aliyev comments:
I Updated your CSS like this.
#container {width:818px !important;display:table;padding:0; margin:0 0 50px;}
#content {margin:44px 0 0 20px !important; width:818px; overflow:visible}
Mission Completed ;)
Sébastien | French WordpressDesigner answers:
euh... there is 4 images under the slider
Sébastien | French WordpressDesigner comments:
under the slider or IN the slider ??
Ben Heppener comments:
Under the slider. I've viewed it in Safari and FireFox.
Sébastien | French WordpressDesigner comments:
in your file style.css replace all 800px by 850px
that's all
Sébastien | French WordpressDesigner comments:
and you can do that by yourself...