Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863323

    nassyblue
    Participant

    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

    #863751

    Christopher
    Moderator

    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.