does this issue occur with version 1.9.6.1 or with 2.0.0 beta (from the repository)?
Because i can not reproduce it with the latest beta.
It is with the latest 2.0 beta. After your suggestion, I started looking at the code and I found the error. My master page has a css file with class name "header2".
It looks like both masterpage and YAF had similar class names (which I did not even think about) :)
I removed this class name from masterpage css and layout is working fine.
The css class
.header2
{
width: 800px;
margin:auto;
}
The margin:auto was causing the table td width to be equally divided (as per the screenshot above the post).
Edited by moderator
2013-06-03T05:54:21Z
|
Reason: Not specified