Jallah New member May 26, 2015 #1 Yo, I need some help now, i need to change position of logo. What template should i edit? Thanks Regards, Jallah
Yo, I need some help now, i need to change position of logo. What template should i edit? Thanks Regards, Jallah
DEZero Well-known member May 26, 2015 #2 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. Upvote 0 Downvote
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.
Jallah New member May 26, 2015 #4 Currently my logo looks like this: But how it should be looking: Thanks. Upvote 0 Downvote
DEZero Well-known member May 26, 2015 #5 You could add padding to the left in the logo code above Upvote 0 Downvote