Website Construction

Moving this image a bit

Submitted by AndresXZ09, , Thread ID: 3496

Thread Closed
AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
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

Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.3K
Credits:
1.7K
04-05-2015, 12:13 AM
#2
Use "margin".

RE: Moving this image a bit

Mat
Pro CSGO Cheater
Level:
0
Reputation:
43
Posts:
690
Likes:
62
Credits:
32
04-05-2015, 02:02 AM
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

AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
OP
04-05-2015, 02:34 AM
#4
Thank you guys, that was the solution.

You can close now :D

Users browsing this thread: 1 Guest(s)