Social icon in header and logo position

Hi,
I'm using the stack center layout and activated the action bar to have the social icons in top right of the site. However, doing so lowers the site logo of the thickness of the action bar. do you have an option or css code to have the logo at the top of the webpage, while still having the social icons?

thanks


Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • Hi,

    thanks.
    you can see the site here: https://bubble-mood.com/

    also, is there a way to have the line under menu items in sticky header also 1px. I can set the option for the normal menu, but when scrolling, the sticky display a thick line.

    thanks


  • Hi,
    Please paste this CSS into the Theme Options > Custom CSS & JS > CSS
    #Action_bar{
    position:absolute !important;
    }


    This golden line under the menu item is already 1px on sticky.
    http://prntscr.com/mhbtbn
    I cannot change it to 0.5px because it will disappear completely.
    You want to keep it or remove?

    Thanks
  • Hi,

    thanks for the reply.
    Yes for the line, I've already found a way to do it by css. so its good now.

    For the action bar, I've pasted the css above but i still have the white space between the logo and the top of the page 
    how can I have the logo aligned with the top of the page?

    thanks


  • Please paste this CSS to push it to the top.
    body.tr-menu.header-stack.ab-show #Top_bar:not(.is-sticky){
    top:0px !important;
    }

    #Content{
    margin-top:-45px !important;
    }
    Thanks
  • worked great...thanks
Sign In or Register to comment.