Adjust locatiion –> navbar-brand
-
Greetings:
I am hoping to find a way to do the following:
1. Currently the logo I uploaded to the site resides to the left & above the “Home ” menu text – essentially at the 11:00 position relative to the “Home” menu text.
2. I would like to make the logo larger than 150X150px, &
3. I need to move the location of where the logo resides so that the logo resides to the left of the “Home ” menu text, and the bottom of the logo is parallel to the bottom of the “Home” menu text.
I suspect that this might be done with some custom css, and will need to do something with this:
<——–>
element {
height: 150px;
width: 150px;
}
.navbar-brand > img {
display: block;
}
.navbar-brand > img {
display: block;
}
<——–>I’m not seeing how to “force” the logo into a different position. Can anyone help me out on this?
Thanks in advance.
-JR
The page I need help with: [log in to see the link]
- The topic ‘Adjust locatiion –> navbar-brand’ is closed to new replies.