hdaackda
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: header logo image gets cutI have the
.art-header
{
margin:0 auto;
position:relative;
height: 125px;
background-image: url(‘images/header.png’);
background-position: center top;
background-repeat: no-repeat;
}and
.responsive .art-header
{
background-image: url(‘..images/header.png’);
background-position: center center;
}.art-header-inner{
position: relative;
width: 900px;
z-index: auto !important;
margin: 0 auto;
}CANT i insert my logo in this somewhere??
Forum: Fixing WordPress
In reply to: header logo image gets cutHmm,
Problem is, Its treating the Centre Block as main.. so Right now,
position: relative;
top: 2px;
left: 2px;means its just 2px from the centre box.. not the edge.. hence in the middlish!
but in mobile, tht centre is treated as edge so its ok.. arrrrghhhhhhhhhahah
Forum: Fixing WordPress
In reply to: header logo image gets cutpls tell me of a short cut :-‘(
Forum: Fixing WordPress
In reply to: header logo image gets cutI’ve changed the above to:
.art-object114961649
{
display: block;
position: relative;
top: 2px;
left: 2px;
width: 337px;
height: 119px;
background-image: url(‘images/object114961649.png’);
background-position: 0 0;
background-repeat: no-repeat;
z-index: 1;
}Its now fixed in mobile!
But in chrome in full screen, logo is not in top left… its on top middle somewhere!! urghhh
Forum: Fixing WordPress
In reply to: header logo image gets cutThis is my LOGO in style.css
.art-object114961649
{
display: block;
left: 0%;
margin-left: -227px;
position: absolute;
top: -10px;
width: 337px;
height: 119px;
background-image: url(‘..images/object114961649.png’);
background-position: 0 0;
background-repeat: no-repeat;
z-index: 1;
}Now, what to change in this?? I tried doing the margin-left: 0px but it completely dissappeared..
what about in position, if i try relative instead of absolute?
also, do the two dots before the images “..images/object*****’) make any difference?
Forum: Fixing WordPress
In reply to: header logo image gets cut^thanks! diving into the header file right now
Forum: Fixing WordPress
In reply to: header logo image gets cutthanks! Will do this…
meanwhile, any shortcuts right now just for the header logo fix?
nxt week, doing a course on CSS..