-
AuthorPosts
-
January 25, 2018 at 1:55 am #902460
Hey guys,
I did some css coding I found on another thread to move the logo to the center and have the menu to the left and right. I noticed on the desktop version that only the bottom half of the logo links to the home page while the top half doesn’t. Can anyone help me out with this one?
Thanks
January 25, 2018 at 5:32 am #902537bump, any ideas?
January 25, 2018 at 11:36 am #902761Hi,
Try adding this css code:
#header_main .container.av-logo-container { width: 300px; padding: 0; } #header .logo { width: 232px; }
Hope this helps :)
Best regards,
NikkoJanuary 26, 2018 at 8:25 pm #903505Half the logo still isn’t linked with those CSS code
Edit: Added a z-index on #header_main .container.av-logo-container and that fixed it
Thanks for the help.
- This reply was modified 6 years, 10 months ago by spirani91.
January 26, 2018 at 8:30 pm #903508Actually this caused another issue. Now when you scroll down, the logo stays large.
Edit:
I changed the code to the following:
.av_header_transparency #header_main .container.av-logo-container {
width: 300px;
padding: 0;
z-index: 10;
}#header .logo {
width: 232px;
}The logo shrinks when you scroll down, however it is not linked and it floats a little to the left.
- This reply was modified 6 years, 10 months ago by spirani91.
January 26, 2018 at 9:36 pm #903528I was able to fix the alignment of the logo, but if you scroll slowly, you will notice that the logo when it starts shrinking will slowly creep to the left, and then will center itself when it’s completely scrolled.
Any ideas on that?
January 27, 2018 at 1:31 pm #903658Hi,
Can I try to make adjustments on your Quick CSS? I’ll post once I’ve made changes.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.