Espacio entre el sidebar y el texto

Posted in: Newspaper
Post count: 91

Hola. Como pueden ver en esta categoría que he creado https://japonpedia.com/organizar-un-viaje-a-japon/, hay mucho espacio entre el sidebar y el texto. No consigo solucionarlo. Lo he intentado con TagDiv Composer, peor no lo consigo. ¿Me pueden ayudar?
Gracias.

Post count: 35449

Hi,

Please use tagDiv Composer to edit the single post template, select the row that contain the page content – https://i.imgur.com/CvzhTH6.png and set the column gap – https://i.imgur.com/IqEl0O3.png (this will be double if is set to 8 it will be 16px space 8 on left content and 8 for the sidebar).

Thank you!

Post count: 91

Gracias. He configurado Columns gap en 8, en móvil y escritorio. Pero el ancho sigue sin verse bien. https://japonpedia.com/organizar-un-viaje-a-japon/ Es una categoría (Category Description).
Puedes ver al final, más abajo, que hay otro módulo (Posts Loop) donde el ancho se ve mejor, no está tan separado de la barra lateral.
Si lo ves la parte del módulo Category Description en versión móvil o escritorio el texto no se ve bonito.

Post count: 35449

Ok, this situation is because one one element you have set the padding right to 10% https://i.imgur.com/IrVLqqa.png (you need to check the column padding or if you can not find it you can use this custom css to overwrite it.
.category .td_block_wrap.tdb_category_description {
padding-right: 0px;
}

Thank you!

Post count: 91

Gracias! Ha funcionado el código.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.