Re: Image Left aligned after importing from Artisteer 3.0 to mojoPortal
Update to Left Alignment...
It seems that I did not look carefully enough as I now have tested three different browsers Firefox, Chrome, IE (all latest versions) and I see the same thing on each...
The Top Menu, Header Image, content pages are ALL LEFT ALIGNED while in Artisteer they are all centered with the image justified & centered.
I have tried changing the following and it makes no difference...
/* begin Header */
.art-header-jpeg
{
position: absolute;
z-index:-1;
top: 0;
width: 100%;
height: 400px;
background-image: url('images/header.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
}
/* end Header */
Help???