Website Construction

Moving this image a bit

Submitted by AndresXZ09, , Thread ID: 3496

Thread Closed
03-05-2015, 11:27 PM
#1
I don't know if post this on the MyBB support or here but it's css related so I think it's the right place.

I want to move this image

[Image: Lci3DYA.png]

To here

[Image: x2rVd1L.png]

I tried with position: absolute and doing top: 90px; left: 90px; but it just disappears.

Any idea on how could I do it?

CSS

.custom_theme{
background-image: url('images/daro/cp/color-swatches.png'); float: right;
}

RE: Moving this image a bit

#2
Use "margin".

RE: Moving this image a bit

This post was last modified: 04-05-2015, 02:02 AM by Mat
#3
Try this

Of course full credit to @Aoki though I knew this by default.
.custom_theme{
background-image: url('images/daro/cp/color-swatches.png'); float: right;
margin-right: 2px;
margin-top: 1px;
}

RE: Moving this image a bit

OP
#4
Thank you guys, that was the solution.

You can close now :D

Users browsing this thread: 2 Guest(s)