Jump to content

Less space between main menu images


CarlosLima

Recommended Posts

CarlosLima

5d3764205361e_Capturar.png

 

Hi,

I would like to have a CSS code to get the main menu images as close as possible.

Thank you

 

Link to comment
Share on other sites

CarlosLima

I would like to ask what is the ideal size for the menu images?

I use 1600x900px and would like to know if it has another ideal size better suited for various emby applications.

Link to comment
Share on other sites

Happy2Play

Something like this.  This targets a specific section.

#homeTab div.section0 div.cardBox {margin: 0em; }
Link to comment
Share on other sites

CarlosLima

Hi,
This is another code that works well in 4.1 and broke in version 4.2.
Thanks so much for your help correcting this code.
If it is not possible to eliminate the top stripe, I would like to make it transparent to merge with the homepage backuground

/* Remove top stripe from login screen - NOT WORKING */

div.skinHeader.skinHeader-withBackground.headroom.noHeaderRight {display:none; }
Edited by CarlosLima
Link to comment
Share on other sites

CarlosLima

Sorted out.
I chose to apply a transparent background to the top bar.
Thank you

Edited by CarlosLima
Link to comment
Share on other sites

Happy2Play

 

Hi,

This is another code that works well in 4.1 and broke in version 4.2.

Thanks so much for your help correcting this code.

If it is not possible to eliminate the top stripe, I would like to make it transparent to merge with the homepage backuground

 

/* Remove top stripe from login screen - NOT WORKING */

div.skinHeader.skinHeader-withBackground.headroom.noHeaderRight {display:none; }

 

Commented in other topic, but it would appear ".noHeaderRight" has been removed so I personally don't see a way to target that location specifically without affecting other areas.

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...