chris-anitaS
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
| Status | Topic | Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Filtering custom type data
Started by: chris-anitaS in: Toolset Professional Support |
2 | 2 | 4 years, 5 months ago | ||
|
Need to help with CSS & remove extra dots displayed
Started by: chris-anitaS
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case with the following reply: Relevant Documentation: |
|
2 | 3 | 4 years, 5 months ago | |
|
Download File after capturing user details
Started by: chris-anitaS in: Toolset Professional Support |
|
2 | 3 | 4 years, 5 months ago | |
|
Template designing with toolset
Started by: chris-anitaS
in: 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, 5 months ago |