Jump to content

move START / FAVOURITIES up


cochize1
Go to solution Solved by Happy2Play,

Recommended Posts

cochize1

ok, so I've asked that some time before but maybe something changed with the releases:

Is there a way to place the START / FAVOURITIES etc. bar in line with emby logo and search options without it overlaping these functions? I can shift it up like this:

.headerMiddle{
	position: absolute!important;
	top: 10px;
}

 but then I cannot use the buttons in the main header as it overlaps them. So maybe there is a way to make the active position of that middle header in let's say 50% from left to right (within the red bars in the picture)?

image.thumb.png.4e99fca2d8d9080a03c369cfdf69ecbe.png

I just can't stand all that empty space and would like to make it more 'compact' view.

Link to comment
Share on other sites

Happy2Play

😁Something like this

/*Move Middle Header up*/
div.headerTop-withSectionTabs {padding: .8em 0 0; }
div.headerMiddle.sectionTabs {margin: 0 20em; }

 

Link to comment
Share on other sites

cochize1

Happy... you're a magician, exactly like that:) And a little follow up, could you move the 'yellow' secion up to line up with the rest?

image.thumb.png.f8e970ef4a39d15d8b82e3bd233f7a20.png

Link to comment
Share on other sites

Happy2Play
1 hour ago, cochize1 said:

Happy... you're a magician, exactly like that:) And a little follow up, could you move the 'yellow' secion up to line up with the rest?

image.thumb.png.f8e970ef4a39d15d8b82e3bd233f7a20.png

Something like this

html.withSectionTabs div.itemsViewSettingsContainer {margin-top: -50px;}

 

Link to comment
Share on other sites

cochize1

Kudos. I owe you.

And the last one, to move My Media section on the main page (and all other sections below) up as well?

Edited by cochize1
Link to comment
Share on other sites

  • Solution
Happy2Play
46 minutes ago, cochize1 said:

Kudos. I owe you.

And the last one, to move My Media section on the main page (and all other sections below) up as well?

Had a feeling that would be next.  Replace previous code with this code.

div.withTabs.page {margin-top: -50px;}

 

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...