Changing position on logo
-
Hi, could you please tell me if I can position our logo on the right at the top of the page instead of in the centre on the Watson theme?
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi @superuamanda, the site you reference is using Adelle right now, and I don’t see that you have purchased Watson, but yes, if you use a logo image on Watson, it can be moved to the right. This would be the basic code required Other adjustments may need to be made depending on exactly where you want it.
header[role="banner"] img { float: right; } -
Thanks. I haven’t purchased it yet as I wanted to know about whether I could move the logo around. Now I know so will go ahead with it. Thanks
-
-
Hi again, can you edit the code in the header though?
Can you perhaps let me know what you are wanting to do and I would be more than happy to let you know if what you want to do is possible?
-
Thanks. In the Watson theme when you put a logo in the header it is placed in the center. I would like it placed on the right. Is that possible?
-
This will float a logo right in Watson. It may be that other adjustments will have to be made. Since I can’t see the site and the image, this is just a basic move that I worked up off the demo site.
.branding .logo { float: right; }
- The topic ‘Changing position on logo’ is closed to new replies.