Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2010 at 19:42 UTC
Updated:
25 Aug 2011 at 23:01 UTC
I am using upright-50 theme. As you know it has 6 pager. 3 of them at first line and 3 of them at second line below the first. But I just want to make 4 pager at one line. I couldn't do this because when there is 4 content forth pager always goes to second line.. How should I do this?
Comments
Comment #1
ppblaauw commentedIn the file custom/modules/ddblock/ddblock-cycle-pager-content-upright50.tpl.php there are two lines:
which set the number_of_items_per_row and the number of items to determine the spaces needed between items.
You need to adjust these values.
Hope this helps you further, please let me know.
Comment #2
RachelNY commentedI am using the same theme (Upright50) with all the latest releases installed. I made the change as indicated to get 4 items on one line, but it does not work. The 4th items always bounces down to the second line.
Any suggestions?
Comment #3
ppblaauw commentedYou would need to make the width of the pager items smaller, so four items would fit the available space.
The size of the pager-items can be changed in the css file of the slideshow theme upright50
Comment #4
RachelNY commentedThis worked, thank you!
Comment #5
ppblaauw commentedset status to fixed.