Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #375136

    Hi – a while back you helped me with some custom CSS to show & position social icons,
    looks like an update disagrees with the css – please look at the icon’s position at smartphone size:

    http://ivorytowerbridal.co.uk/

    any chance you can assist please?

    #375139

    Hi evtilsley!

    Where would you like to display your social icons on mobile?
    Please add following code to Quick CSS to move it higher

    @media only screen and (max-width: 480px) {
    ul.noLightbox.social_bookmarks {
    top: -25px!important;
    }}

    Best regards,
    Yigit

    #375144

    Hi – I’d like them to be positioned as they are at tablet size if possible – ie next to the menu icon

    #375677

    Hey!

    Please add following code to Quick CSS instead

    @media only screen and (max-width: 769px) {
    nav.main_menu {
    float: right;
    }
    ul.noLightbox.social_bookmarks {
    position: relative;
    right: 60px!important;
    margin-top: -50px!important;
    }}

    Best regards,
    Yigit

    #375682

    Awesome. FIXED

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Social icons & mobile menu’ is closed to new replies.