Hey. For some reason the text is going all the way to the left when I click on ‘full-width’ display. Can someone tell me why this is happening?
Hi Peter,
Thanks for reaching out.
You have this custom CSS added,
.x-container.max.width.main {
max-width: 100%;
width: 100%;
}
Switching to full-width while having a 100% width layout will result to that, It’s either remove that CSS or switch back to box layout.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.