chris-anitaS
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
| Status | Debate | Supporter | Voces | Mensajes | Caducidad |
|---|---|---|---|---|---|
|
Filtering custom type data
Iniciado por: chris-anitaS en: Toolset Professional Support |
2 | 2 | 4 years, 6 months ago | ||
|
Need to help with CSS & remove extra dots displayed
Iniciado por: chris-anitaS
en: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case with the following reply: Relevant Documentation: |
|
2 | 3 | 4 years, 6 months ago | |
|
Download File after capturing user details
Iniciado por: chris-anitaS en: Toolset Professional Support |
|
2 | 3 | 4 years, 6 months ago | |
|
Template designing with toolset
Iniciado por: chris-anitaS
en: Toolset Professional Support
Problem: The customer asked how to force the Toolset's "Container" block to cover full-screen width when using the Divi theme. Solution: Informed that the Divi theme wraps the content area inside a fixed-width wrapper/box. To force specific "Container" blocks to cover full-screen width, a custom class "full-screen" can be added to that block, after including some custom CSS:
.full-screen {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: calc(-50vw - 8px);
margin-right: calc(-50vw - 8px);
padding-right: 0!important;
padding-left: 0!important;
}
Relevant Documentation: n/a |
|
3 | 7 | 4 years, 6 months ago |