I have some custom cvCard pages on my website. Even though I have selected ‘default template’ under ‘page attributes’ in the pages menu, the text on the concerning pages is displayed ‘wide’. If I look at the direct page (so the url without /#/ ) it is fine. However, the page displayed from the slider menu does contain the /#/ and there the text is wide rather than narrow.
Thanks! This solved the problem. I also tried to apply the code for the following page to see if that would look better:
url-removed
I used your code and added c-v, but apparently there is a mistake:
@media screen and (min-width: 768px) {
#integriteit .content, #onderzoek-pesten .content
#c-v .content
{ width: 90%; max-width: 740px; margin-left: auto; margin-right: auto; } }
Could you perhaps tell me what I did wrong?
Thanks so much!