I am currently building some homepage for a friend of mine.
After I changed some max-width in the css the alignment of pictures does not work correctly anymore. As you can see leftalign or rightalign moves the pictures too far to the left or right.
Can you give me a hint how to fix that? I tried to change the left-margin, but that did not change the appearance.
Thanks in advance
]]>.full-width .site-content blockquote.alignleft, .full-width .site-content img.size-full.alignleft, .full-width .site-content img.size-large.alignleft, .full-width .site-content img.size-medium.alignleft, .full-width .site-content .wp-caption.alignleft {
margin-left: -168px;
}
and this one for too far right
.full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright {
margin-right: -168px;
}
]]>
Thanks! ??
]]>