-
AuthorPosts
-
October 26, 2015 at 8:32 am #524700
Hi,
I’m trying to adjust the menu so it fits to my desired design. I’ve changed the place of the menu a little bit, but now the height of the menu-items aren’t corresponding anymore with the container where it’s in, that’s also the case for the submenu. That’s visible by the border’s beneath it. I also would like to make those borders bigger, let’s say 10px. That’s for the hover and the current item. They do have to be another color.
Another question, in another topic in this forum I read about placing social icons in a widget by placing the following code:
HTML
<ul class="noLightbox social_bookmarks icon_count_6"> <li class="social_bookmarks_facebook av-social-link-facebook social_icon_1"><a target="_blank" href="https://www.facebook.com/kriesi.at" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a></li> <li class="social_bookmarks_gplus av-social-link-gplus social_icon_5"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Gplus"><span class="avia_hidden_link_text">Gplus</span></a></li> <li class="social_bookmarks_linkedin av-social-link-linkedin social_icon_6"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Linkedin"><span class="avia_hidden_link_text">Linkedin</span></a></li> </ul>
CSS
.sidebar .social_bookmarks li { clear: none; }
This only shows the first facebook-icon in the sidebar. What do I have to add or change?
Regards,
Erwin
October 26, 2015 at 4:19 pm #525003Hi erwin_m!
Please try adding !important rule to your custom CSS code as following
.widget .social_bookmarks li { clear: none!important; }
Regards,
YigitOctober 26, 2015 at 10:45 pm #525215Hi Yigit,
Thank you for your reply. But it didn’t changed a thing.
The second link in this code is for Google plus, I will change this to Twitter, any idea about the social_icon number?
Regards,
Erwin
October 27, 2015 at 5:16 pm #525645Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Edit: please add any social icons you would like to add. I can refresh the code for you to include them as well.Regards,
Yigit- This reply was modified 9 years ago by Yigit.
October 27, 2015 at 7:13 pm #525752Hi Yigit,
Here it is.
Regards,
Erwin
October 30, 2015 at 6:44 pm #527624Hey!
use this CSS code instead:
#top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li { clear: none; }
Regards,
AndyOctober 31, 2015 at 1:50 am #527797Hi Andy,
That works fine. I’m only having trouble to set the right setting for twitter instead of google plus. What do I hav to change?
I’m also still having trouble with the menu as mentioned in the first post. The main-items are fine, I think, but the submenu isn’t fine right now. How can I change the height and posiion of the submenu?
Regards,
Erwin
November 2, 2015 at 6:30 pm #528731Hey!
you can control submenu using this code in Quick CSS field:
.av-main-nav-wrap ul .sub-menu { margin-top: 10px; left: -50px; }
and for height try this:
#top .av-main-nav ul a { height: 53px !important; }
Adjust both codes as needed.
Regards,
AndyNovember 2, 2015 at 11:57 pm #528892Hi Andy,
Adjusting the height was easy now. Thank you.
Only thing still standing is changing my google+ icon in a twitter icon. I’ve used the code above. Tried to change it to the corresponding code which I found when entering an icon-box. But this doesn’t apply on this place. How can I change this icon?
Regards,
Erwin
November 9, 2015 at 11:33 am #532482Hi!
sorry for the late reply. I checked your website and I could see that you already achieved to implement your twitter account. Glad you could fix it by yourself!
Let us know in a new ticket if you have some more questions about the theme. We are happy to assist you.
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.