Jump to content

Personalizar Mis Contenidos en varias filas


Go to solution Solved by peu7510,

Recommended Posts

Posted

Buenos dias, estoy intentando buscar la manera de que mis contenidos las bibliotecas que añado no se me vayan a la derecha saliendose de la pantalla del navegador os enseño:

image.thumb.png.d70da6d3a0395619b5b6f6c40b35b4e2.png

Un usuario me dejo un usuario de prueba para ver como lo tenia configurado, veis que mis contenidos lo tiene exparcido en 3 filas, en la mia todo se que me queda en 1, he ido incluso a los ajustes - pantalla y modo de visualizacion: Escritorio, pero no sale o no coge los cambios, en teoria al ser un usuario gratuito sin las opciones premiere, se deberia de poder cambiar y guardarse automaticamente no?

Pues lo tengo asi puesto 

image.thumb.png.d45c5752d8ef676328f432b7822e8d6e.png

y no se si porque no se aplican los cambios o porque necesito tener una licencia premium para realizar estos ajustes, es posible? yo segun entiendo solo es si pongo el modo TV no el modo escritorio

GrimReaper
Posted (edited)

Not sure if I understood correctly, you want My Media in a single row? If so, seeing you've got a lot custom CSS there, add:

div.homeSectionsContainer .section0 .scrollSlider {
    flex-wrap: nowrap;
}

(assuming your My Media row is first section)

Edited by GrimReaper
Posted

Si es eso lo que busco pero he aplicado el codigo y sigue igual aparentemente sin ningun cambio, tambien lo he intentado sin el codigo CSS de plex, osea limpio solo con lo tuyo y tampoco ha funcionado

GrimReaper
Posted (edited)

On clean you shouldn't need any CSS as it is wrapped by default; try with existing CSS you already have:

div.homeSectionsContainer .section0 .scrollSlider {
    flex-wrap: nowrap!important;
}

Edit: What monitor resolution are you running, as it does not wrap on lower res?

Edited by GrimReaper
Append
Posted

Nada le ponga el codigo que le ponga sigue dando el mismo resultado:

image.thumb.png.89374cacf407be2f7281872a6a58f3b1.png

Es posible que lo este pegando mal el css? sigue sin salir correcto!!!!!!

GrimReaper
Posted (edited)

I am missing something here: remove all from Custom CSS field - what do you get?

Edit: To clarify: You want single row or you don't want single row?

Edited by GrimReaper
GrimReaper
Posted

Single row:

div.homeSectionsContainer .section0 .scrollSlider {
    flex-wrap: nowrap!important;
}

Multiple rows:

div.homeSectionsContainer .section0 .scrollSlider {
    flex-wrap: wrap!important;
}

Having no issues with either.

  • Solution
Posted
59 minutes ago, GrimReaper said:

Multiple rows:

div.homeSectionsContainer .section0 .scrollSlider {
    flex-wrap: wrap!important;
}

Having no issues with either.

Por fin!!!!!! A esto me referia, esto era lo que queria, gracias por todo a pesar que no hables español, menos mal que controlas tu de CSS

  • Like 1
  • 1 month later...
Posted
On 2/3/2023 at 11:08 AM, GrimReaper said:

Single row:

div.homeSectionsContainer .section0 .scrollSlider {
    flex-wrap: nowrap!important;
}

Multiple rows:

div.homeSectionsContainer .section0 .scrollSlider {
    flex-wrap: wrap!important;
}

Having no issues with either.

Thank you very much I had the same problem and I used your CSS code

  • Like 1

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