Jump to content

Personalizar Mis Contenidos en varias filas


peu7510
Go to solution Solved by peu7510,

Recommended Posts

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

Link to comment
Share on other sites

GrimReaper

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

GrimReaper

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

GrimReaper

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
Link to comment
Share on other sites

GrimReaper

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.

Link to comment
Share on other sites

  • Solution
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
Link to comment
Share on other sites

  • 1 month later...
operezm
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
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...