Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1093901

    Hello everyone,

    Need help to combine boxed header with fullwidth layout(body) on Enfold theme.

    I am developing my website here: https://inslydigital.tk/HP

    Managed to pull it off after following a thread that suggested i add:

    .responsive .container {
    max-width: 1310px !important;
    width: 961px!Important;
    margin-right: 187px!Important;
    }

    but as a results the website is not longer responsive on mobile devices.

    Kindly assist.

    #1094370

    Hey sselekane,

    Please try using your code like this:

    
     @media only screen and (min-width:1310px){
         .responsive .container {
            max-width: 1310px !important;
            width: 961px!Important;
            margin-right: 187px!Important;
          }
     }
    

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.