Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Patrick Ewing Posted April 14, 2020 Posted April 14, 2020 so im having issues with my logo, i installed but if you look to the right of the logo, the "browse" & "More" tab are on the right of, its there a way to move those tabs? if so...How? http://www.thegamerzcentral.com <---LINK TO FORUM TO SEE
Patrick Ewing Posted April 14, 2020 Author Posted April 14, 2020 I want them to be moved where it says blogs,Gallery and the rest of the tabs are at above the logo.
WP V0RT3X Posted April 15, 2020 Posted April 15, 2020 (edited) Hello Patrick, it looks like you are using the GAME ON theme by Themetree. I don't own that one, but it looks like your logo is too big for that spot and that's why it breaks the style a little bit. So instead of moving the tabs (it are not single tabs anyway, it is a full menu line), I would suggest moving the logo image above them. Or like in the DEMO use a smaller image for the name of the site and a bigger one in the header background. Like already said I don't have the theme, so I don't know the code, but I'm sure @Brian A. can help you with this :) Edited April 15, 2020 by OliverKapunkt
Brian A. Posted April 18, 2020 Posted April 18, 2020 Hello @Patrick Ernzer, On 4/14/2020 at 10:16 PM, OliverKapunkt said: Like already said I don't have the theme, so I don't know the code, but I'm sure @Brian A. can help you with this :) Thanks for quoting me on this topic of my Game On theme. On 4/14/2020 at 10:49 AM, Patrick Ewing said: so im having issues with my logo, i installed but if you look to the right of the logo, the "browse" & "More" tab are on the right of, its there a way to move those tabs? if so...How? The best bet for this is to shrink the logo a lot more so it will look clean and not causing problems with the nav, search, and user nav. Add this CSS code to your custom.css file on the "CSS" tab when you editing the theme: /* Logo */ #elLogo img { max-width: 300px; } /* Nav & User nav */ #ipsLayout_header nav, #elUserNav.cSignedOut { margin-top: 30px; } You can change '300' to your own requirement that fits your community. I've also put margin-top to make the nav and user nav aligned with the logo. Sincerely, ThemeTree Patrick Ewing 1
Recommended Posts