Tagged: x Author Posts April 1, 2016 at 8:16 pm #863323 nassyblueParticipant Please how do i reduce the width of a particular page on mobile only! on theme X? This is the url of the page i want to reduce. Thanks. http://virtualfootballprofits.com/virtual-football-handbook April 2, 2016 at 8:04 am #863751 ChristopherModerator Hi there, Please ad this code in customizer/custom/css : @media (max-width:480px){ .page-id-1429 .x-container.width { width: 75%; } } Hope it helps. Author Posts