Unable to change Page width like Home
-
I’m having difficulty finding the correct code to widen the additional Pages of my website. I found the following code and have inserted it into the custom css area, but it only allows me to widen the Home page. I do like that code as it makes it very easy to adjust the width of my content to be just what I want. I just want to be able to do that to the other Pages as well.
Also, in the interest of furthering my knoweledge, I’d like to know why the code only adjusts the Home page and not the rest of the pages.
Here is the code:
/* Wider Content */ @media screen and (min-width: 1200px) { /* For devices with more than or equal to 1200px width */ .wrap { max-width:60%!important; } }
The page I need help with: [log in to see the link]
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Unable to change Page width like Home’ is closed to new replies.