the Theme looks bad when users use browsers such as Chrome or Chromiun
Bug #879746 reported by
Sergio Meneses
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
UD Theme |
Fix Committed
|
Undecided
|
Jorge González |
Bug Description
"the Theme looks bad when users use browsers such as Chrome or Chromiun"... and is in the main post as you can see in the screenshot. We (Ubuntu Colombian Team) thought it was a problem with the page (www.ubuntu-co.com) but in other browsers like firefox, everything works fine.
Now we change the theme of the website and everything works perfectly! thus conclude that it is a problem related to the theme.
If need more help or more comments, please tell us!
To post a comment you must log in.
Solved, styles/base.css line 235
#center {
overflow: hidden;
}
to
#center {
overflow: hidden;
width: 540px;
}