Please post any support questions here. Guest posting is allowed
Administrator
Site Admin
Posts: 520 Joined: Tue Nov 18, 2014 11:30 am
Post
by Administrator » Fri Nov 15, 2019 4:16 pm
The text in the css file has to match the image name exactly (including case) Also you have made the image 100px high, it needs to be 1000px wide
OPEN
root/styles/SE_Gamer/theme/stylesheet.css
FIND (around line 105)
Code: Select all
background: #000000 url("./images/banner.jpg") no-repeat left top;
REPLACE WITH
Code: Select all
background: #000000 url("./images/gpsroad.png") no-repeat left top;
SAVE->UPLOAD->PURGE BOARDS CACHE->PURGE BROWSER CACHE
Hamidouki
Posts: 13 Joined: Tue Nov 12, 2019 5:38 pm
Post
by Hamidouki » Fri Nov 15, 2019 5:42 pm
I was have a problem on the name of the picture : Gpsroad.png > gpsroad.png .
So i have other size fefault
Administrator
Site Admin
Posts: 520 Joined: Tue Nov 18, 2014 11:30 am
Post
by Administrator » Fri Nov 15, 2019 6:32 pm
Your banner image is still too small. It NEEDS to be 1000px wide
screenshot_246.jpg
and the misalignment on small devices looks is problem with the style as it is happening with my test board as well (with no other extensions installed)
screenshot_248.jpg
You do not have the required permissions to view the files attached to this post.
Hamidouki
Posts: 13 Joined: Tue Nov 12, 2019 5:38 pm
Post
by Hamidouki » Fri Nov 22, 2019 4:26 pm
Hello
I just resize the banner 1050px on 200px
it works on both supports:
extension
style
thank you very much for your help.
Administrator
Site Admin
Posts: 520 Joined: Tue Nov 18, 2014 11:30 am
Post
by Administrator » Fri Nov 22, 2019 6:55 pm
Glad its working as you want it to