Ddblock alignment
pomakk - November 7, 2009 - 17:37
| Project: | Dynamic display block |
| Version: | 6.x-1.0-rc6 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
How do i center ddblock? (block display) i use upright10 and modest gray 10 themes. I read many issues but i havent got enough knowledge about css. For upright10 theme, 65 px left to right may fix my problem. Thnx

#1
Have a look at this issue Center align images.
Do you have a link to the Internet site, so I can help you better.
You can send it at my contact form.
Hope this helps you further, please let me know.
#2
Ok but where can i put these codes? i see that css prefixes begin with "div.ddblock-cycle-upright10 div......."
#3
in the file [*themename*]/custom/modules/ddblock/upright10/ddblock-cycle-upright10.css
you can change the first line
div.ddblock-cycle-upright10 div.container{background-color:#fff;width:478px;}to
div.ddblock-cycle-upright10 div.container{background-color:#fff;margin-left:65px;width:478px;}Hope this helps you further, please let me know.
#4
Thank you so much for your support. fixed ;)
#5
#6
Automatically closed -- issue fixed for 2 weeks with no activity.