Action Bar change position social icons and contact details

Hello,
can someone help and tell me where can i change swap the positions of social icons and contact details in action bar or better, show only on the right site the contact details?

Thanks for your help.

Comments

  • Hi,

    please send us link to page where you would like to swap position of contact details and social icons in the Action Bar.
  • Ok, thanks. So to change their position, please use the following css:
    #Action_bar .contact_details { float: right !important; }
  • edited July 2016
    Perfect, thank you.

    The distance between the logo and the action bar is very large, can  I reduce this still somewhere?

    Thanks for your help.

    One Problem: In mobile view it doesnt show correct.
  • Yes, you can do this with the following css:
    #Top_bar .menu > li > a { padding: 0 !important; }
    #Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo { padding: 0 !important; }
  • Thank you in Desktop view it look perfect. But when I view it on mobile view before we change it, it was among themselves, now it is added next to each other, how can I make it like before again?
  • edited July 2016
    Use the following css instead:
    @media only screen and (min-width: 1239px){
    #Top_bar .menu > li > a { padding: 0 !important; }
    #Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo { padding: 0 !important; }
    }
  • I have the code implemented in css, but it looks still like.

    image
  • Sorry, we meant min-width instead of max-width in above css. So please just replace max width min
  • Sorry, but it will dont work. Before we change the css it looks in mobile view like this:

    image

    And now it looks like this:

    image


    The last changes doesnt change the view. 

    I hope you can help me. 

    2. Can I do the action bar smaller and the Social Media Icons write next to the phone number?


    Thanks for your help.
  • 1. Please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Please don’t forget to attach link to current topic so we know what for the access is.

    2. No, it is not possible.
  • I send you a Message over the contact form with the Dashboard Access. 

    Here you can see a Screenshot, for the Desktopview, we want have. It would be really great if we'd managed it that way.

    Thanks for your help.

    Best regards,
    Steven


    image
Sign In or Register to comment.