Closed (works as designed)
Project:
Drupify
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2008 at 11:20 UTC
Updated:
23 Mar 2008 at 18:58 UTC
How can I change top_left and top_right for to make them adapt all you are afraid fluid?
I experienced so but it not nothing happens.
#top_left {
/* padding: 15px; */
width: 100%;
}
#top_right {
/* padding: 15px 15px 15px 0px; */
width: 100%;
}
td.left div.moduletable h2, td.right div.moduletable h2 {
text-transform: capitalize;
}
#top_left ul, #top_right ul {
padding-left: 40px;
Also change 220px of defaul with 280px (for example) does not change nothing.
Is absolutely ugly to see the two blocks in this manner (see attached file). Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| Schermata-1.png | 167.6 KB | enzo de simone |
Comments
Comment #1
matt v. commentedThe Drupify theme uses a table-based layout, based on the original Rokwebify theme. You may be able to edit the tables within the page.tpl.php to get the effect your looking for.