Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #525003

    Hi erwin_m!

    Please try adding !important rule to your custom CSS code as following

    .widget .social_bookmarks li {
        clear: none!important;
    }

    Regards,
    Yigit

    #525215

    Hi 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

    #525645

    Hi!

    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.
    #525752

    Hi Yigit,

    Here it is.

    Regards,

    Erwin

    #527624

    Hey!

    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,
    Andy

    #527797

    Hi 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

    #528731

    Hey!

    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,
    Andy

    #528892

    Hi 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

    #532482

    Hi!

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.