badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Set Page Container for All Pages to Full Width

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #57379
    Robert
    Participant

    The end goal is to have full-width photos/sliders at the top of all of our pages. We have a plug-in that can do this, and this is not an issue with our front page. However, none of our pages (other than the front page) allow for a photo or slider to extend across the whole width of the page. See an example here: https://baskervillelaw.com/albuquerque-car-accident-attorney/

    I used this page as an example because it is using the same image file as the front page, yet the front page allows for the photo and slider to be full width. When attempting to use the photo through the slider plugin (as we did on the front page), the slider only extends the width of the photo that is currently on the page that I gave as an example.

    Our page settings are set as “Full Width, No Sidebar” and the Row is set as “Full Width Stretched.” How can we make these photos and/or sliders full width like on the front page?

    As always, thank you!

    #58107

    Hi Robert,

    We have not wrap the business page template with container, however we have wrapped it for other default page and post. What we suggest is just add below custom css code which makes the content to the full screen size

    #main > .container {
        max-width: 100%;
    }

    Also do wrap your content via page editor with this html tag <div class="container">--your content goes here</div> where you did not need full screen size in the same page.

    Thank you for using our theme.

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