Logo aligned right of menu

I would like to have my logo aligned right on the same line as bar is that possible?

Comments

  • Please send us url to page where you have header layout setup and we`ll see if this is possible with your current settings (sometimes it is possible but sometimes not and everything depends on your settings).
  • edited October 2014
    Thank you for your reply

    Here is the URL: http://skillweb.co.uk/smarttask-test1/

    I would also like to have the slider move up nearer to the menu
  • To align logo to right side, please use below css:
    #Top_bar .logo { float: right !important; }
    But to move slider up, please remove empty section which is over the slider. You can see this empty section at http://snag.gy/FS4Mz.jpg

    However we don`t understand why you created slider this way. As we see you pasted slider shortcode into content instead of use our built in option for slider. While you create/edit page, in "Page options" section you have select field called "Slider" and there you have all sliders you created. And in our opinion this is much easier and faster way to assign slider for page this way and also after that slider is always sticky to top menu.

    Hope this will help you a lot :)
  • edited October 2014
    Slider and menu position is now ok  but I just need to make the logo bigger and perhaps also make the top bar height larger as well, how can I do this?
  • For that please use below css:
    #Top_bar #logo { height: 110px !important; }
Sign In or Register to comment.