This topic is: resolved
-
Hi there,
I’ve already got Custom CSS in place to edit the position of my logo, however I’ve recently received a new logo from my designer and since then the CSS doesn’t seem to take any effect.
I want the logo in line with the navigation bar and also slightly closer, its currently just below being in line and a bit to far to the left. Below is the current code I have in place and no matter how much I change it the logo doesn’t move, which makes me think it’s not reading it:
/* LOGO SIZE DESKTOP */
.navbar-brand img {
max-height: 120px;
max-width: 170px;
padding: 38.5px 0;
}Thanks in advance for your help