how to Create Customizr full width template
-
How to create the full width template for a particular section
i tried this code but it is not working
@media (min-width: 768px) { .page-template-full-width-php #main-wrapper { width: 100%; overflow-x: hidden; } .page-template-full-width-php #main-wrapper .breadcrumbs { margin-left: 10px; } .page-template-full-width-php .container { width: 100%; } .page-template-full-width-php #content { width: 98%; margin: 0 auto; display: inline-block; } .page-template-full-width-php .row { margin-left: 0; margin-right: -30px; } }
this is my website
hospitalnation.com
i want to stretch the homepage image to full width, how do i do that
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘how to Create Customizr full width template’ is closed to new replies.