Support » Theme: Adelle » No Full Width Page Template?

  • I understand “Adelle comes with a full-width page template. You can assign this template to any Page.”

    But when I go to edit my page, and look on the right, I don’t see where I can set the page template to full width.. I need this one page to be full width.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter VincentAlexander

    (@vincentalexander)

    Bump… Can anyone tell me how to make this page full width?

    http://bikinideals.com/bikini-contest/

    Cuz it makes no sense to advertise my bikini contest in the side bar of the bikini contest page… and I’d like the bikini contest page to be full width.

    Help please? Adelle. WP4.5.

    Thread Starter VincentAlexander

    (@vincentalexander)

    Why does no one respond to this? And I can’t seem to find this info anywhere online..

    Unfortunately, with some themes, it’s a hit or miss as to whether the theme developer is going to actively support it.

    I don’t see anywhere where the theme is supposed to include a full width template, but it’s easy enough to mimic just using CSS. Add this to the end of your child theme’s style.css file:

    .page-id-29 #aside {
        display: none;
    }
    .page-id-29 .section {
        width: 100%;
    }

    Each page has a unique ID associated with it (in the case of the Bikini contest page, the ID is 29), so you can create CSS which acts only on a particular page. The first rule above will hide the sidebar on that page, and the second rule expands the main content section to fill the entire width of the container.

    Thread Starter VincentAlexander

    (@vincentalexander)

    CrouchingBruin, That worked! I feel SO relieved! THANK YOU! Because I needed to get this looking good, and I had no way to answer this question, I needed someone who knew how to help me. THANK YOU SO MUCH! Man, keep in touch, I’d like to return the favor someday and help you however I can. nicedayvince@gmail.com you on fb? Add me budd! http://facebook.com/alexmonkisniceday Thanks again!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No Full Width Page Template?’ is closed to new replies.