Ticket #365 (closed task: fixed)
Page margins go over edge of borders
| Reported by: | and | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 3.1 |
| Component: | ATEngageVideo | Severity: | |
| Keywords: | Cc: | ||
| Who will test this: |
Description
I'm not sure I've described it right but I've attached a screenshot for people to check out. If you look at the right hand side you'll see that the top green nav element goes over the page border
Attachments
Change History
comment:1 Changed 3 years ago by pushpa
- Status changed from new to closed
- Resolution set to ready for testing
We have to change the class #portal-column-one and #portal-column-two
#portal-column-one { padding-right:4px; width:160px; } just add the style padding-right:4px in #portal-column-one
and #portal-column-two
#portal-column-two { border-left:0 solid #DDDDDD; padding-left:4px; width:160px; }
just add the style padding-right:4px in #portal-column-one.
if change the above classess.Then overlapping page border issue will be fixed.
comment:3 Changed 3 years ago by and
- Status changed from closed to reopened
- Resolution ready for testing deleted
As there is a calendar portlet in the right hand side here I can't replicate it to test. If you can remove the portlet I can try again.
comment:4 Changed 3 years ago by pushpa
We Updated SVN.
And It Is working in our demo site.
referral URL: http://domlur.mahiti.org:9192/Plone/videos/video1/

