Hi
I'm having an issue with the sidebar. I have moved the sidebar from the right side to the left, which would show on some pages but on others where I use images or views the sidebar appears below content in the left. I'm new to Drupal and I can't get this figured out. Can you please send some suggestions.
The page I'm working on a subpage of About and I'm showcasing team members of company by using the about-member graphics. On the left sidebar I would like to have a submenu to show all subpages of the parent About. But Because I'm using images the sidebar shifts. I tried modifying the width of both, but that didn't do anything. I don't know what else to do I'm still a beginner so I don't know the little code tricks to resolve this issue.
http://site.dev3.webenabled.net/team
I have include a snapshot of the CSS for sidebar and about member
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | team.txt | 4.57 KB | vesselav |
| #2 | page.tpl_.txt | 8.27 KB | vesselav |
| sidebar.png | 37.32 KB | vesselav | |
| about member.png | 162.15 KB | vesselav |
Comments
Comment #1
gtsopour commentedHello vesselav,
could you please attach your changed page.tpl.php?
Thanks
/George
Comment #2
vesselav commentedComment #3
gtsopour commentedI think that you have an extra
</div>inside the html mark up the "Team" node. Could you please check this or just paste here (inside code tags) your Team page's content?Thanks
/George
Comment #4
vesselav commentedOur Team
Doug has been involved in the independent living movement all his life ........text continues
Jonathan Smolowe
Following a 12-year career at IBM in a variety of sales and management positions, ..............more text
In 1994, Brad co-founded Do It Sports, Inc., the first on-line participatory sports registration system. ...........more text
Randy has spent the last 12 years focused on building and running quality ............more text
Comment #5
vesselav commentedIf that is not readable here is a txt file
Comment #6
gtsopour commentedHello vesselav,
just remove one of your two
</div>tags at the end of the "Team" node. Finally, your code should be the following:In addition, configure your css code inside style.css file as the code below:
Thanks
/George
Comment #7
vesselav commentedThanks
That fixed it..
Comment #8
gtsopour commented