just one more thing, how can I now make the logo a little smaller? i know beforehand I would just edit the pixel number where I'd originally upload the logo but that doesn't seem to be affecting it!
From the CSS code I gave you, you can manage the size of the logo, you can set it from 100% to 75% for example and to center it add a margin: 0 auto; so the CSS code should look like this:
.header-logo.logo-image {
width: 75% !important;
height: auto !important;
margin: 0 auto !important;
}
Hi there, I've just uploaded my new logo but I'd really like for it to be stretched across the top, like this: http://www.samanthanicole.co.uk
Is there a way of doing this?
Thank you for all your support so far!
Adam
Hi Adam,
That is not possible through the options, but using Custom CSS you can achieve that:
Best regards,
Laborator Team
Thank you Art. I'm not very familiar with CSS but do I just go to 'Custom CSS' on the side menu? What would I do after that? Thanks, Adam
Hi Adam,
In the admin area on the left side you have Custom CSS, we have explained in our documentation how to add CSS in Custom CSS and how it works.
Best regards,
Laborator Team
Thank you so much! it looks so much better!
just one more thing, how can I now make the logo a little smaller? i know beforehand I would just edit the pixel number where I'd originally upload the logo but that doesn't seem to be affecting it!
Hi there,
From the CSS code I gave you, you can manage the size of the logo, you can set it from 100% to 75% for example and to center it add a margin: 0 auto; so the CSS code should look like this:
Best regards,
Laborator Team