XF 1.4 Change position of logo.

Jallah

New member
Yo,

I need some help now, i need to change position of logo.

What template should i edit?

Thanks

Regards,

Jallah
 
change position how?, if you are just moving from left to right you can use css using
#logo{
float: right;
}
if you are moving it around to a different location you can find it in the header template I believe.
 
Currently my logo looks like this:

9b6ff608a02d1462fe9b9fed0fac176c.png


But how it should be looking:

87bf0397940ac908dbaf54bef23f4730.png


Thanks.
 
Top Bottom