2 replies [Last post]
DTSFA
DTSFA's picture
Offline
newbie
Last seen: 6 years 34 weeks ago
Timezone: GMT+1
Joined: 2016-07-31
Posts: 1
Points: 2

hi guys

I have edited my header.php file, to place an image in top right of page, but, when I replicate code for top left,
it does not work. I want images in header on top left and top right.

<style>
body.custom-background {
    background-image: url("../../../new logo23.png");
 
    background-position: right top !important;
}
 
</style>

if I include background-position: left top !important;

it does not work, ? (I only end up with one image in header)

thanks

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 4 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

Where's your markup?

Need to see the html markup. Styles without html are gibberish. Show us the html for the header as seen by the browser, not the php.

cheers,

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.

ramcom
ramcom's picture
Offline
Regular
Belgium
Last seen: 6 years 26 weeks ago
Belgium
Timezone: GMT+2
Joined: 2016-09-28
Posts: 13
Points: 13

hello DTSFA is't possible to

hello DTSFA

is't possible to put your website in here so i could chek it for you?