Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 29, 20168 yr If you upload a big logo, the result is: If you upload a small logo the result is. How to fix it? Thanks.
July 29, 20168 yr Change the values in #ipsLayout_header header { padding: 15px 0px 50px; } The first one alters the space at the top. The third one will create some extra room at the bottom, so increasing the value will be useful for you if you're using your smaller logo.
July 29, 20168 yr It's the numbers you're using with that change, in particular the last one. 50px is too small for your site (but perfect for mine, which is where I pasted it from). 150px is the default setting and seems to be perfect for your site, so remove that new code from custom.css. What you could do instead is change a value to push the navbar (ie "create" etc) down a little bit. #elUserNav { top: 18px; } seems to be the best value to position your menu at the halfway point vertically. (The default value is 10px.)
July 29, 20168 yr Author 1 hour ago, Meddysong said: It's the numbers you're using with that change, in particular the last one. 50px is too small for your site (but perfect for mine, which is where I pasted it from). 150px is the default setting and seems to be perfect for your site, so remove that new code from custom.css. What you could do instead is change a value to push the navbar (ie "create" etc) down a little bit. #elUserNav { top: 18px; } seems to be the best value to position your menu at the halfway point vertically. (The default value is 10px.)
July 29, 20168 yr That's because you've switched from the big logo to the small! Decide which logo you're going to use and then adjust the CSS to accommodate it. If you swap from one to the other, of course the changes aren't going to be valid afterwards.
Archived
This topic is now archived and is closed to further replies.