XF 2.1 How to move logo

Rock75

Member
Hi i want to move logo little down to right as this forum have in below screen shot, my logo current position is top left cornertop.webp
 
I have the same problem
To solve the issue, you can simply put the following CSS code to your extra.less template:

CSS:
.p-header-logo.p-header-logo--image img {
  margin-left: 24px;
}

Here I have set 24px spacing as an example, you can customize this value to meet your needs.

Let me know if there are any problems.
 
Last edited:
Not so simple. your solution only allows for relocation within the margins of the forum itself.
The initial question here is about moving within the forum margins though. Supply the URL of your site with some info about exactly what you want and it will be possible to answer. But may be best to start a new question as you want something different I think.
 
Last edited:
Top Bottom