Hi!
Can i set 100% width of a certain page?
Example: http://oficinadeasuntos.ch/precios/
(In this page i want to view the content (PDF) in 100% width)
Thanks in advance!
Hey!
Try adding this code to the Quick CSS:
.page-id-91 #main .container {
width: 100%;
max-width: none !important;
}
Cheers!
Josue