Full With Page

Support Area Forums Selfie Full With Page

Viewing 8 posts - 1 through 8 (of 8 total)
URL to the page in question: http://
  • Author
    Posts
  • #33062
    pablo talhouk
    Participant

    Dear Bill, is it possible to make a full with template for the pages?
    Maybe editing the page.php file or making a edited copy of it?

    Best regards.

    #33063
    Bill Robbins
    Moderator

    Hi Pablo,

    You can do that. I would duplicate the page.php file and make your changes there. If you’ll look at the top of the home page template you can see the code to register your new file as a page template.

    If you have any trouble, let me know.

    Take care,
    Bill

    #33076
    pablo talhouk
    Participant

    Thanks bill, and what should i add to the page.php file code to make it full width?

    #33081
    Bill Robbins
    Moderator

    It really just depends on what you’re trying to make the full width page look like. Do you envision it being like a standard page, but with the content area going from edge to edge?

    #33082
    pablo talhouk
    Participant

    Yes, with the content area going from edge to edge, please!

    #33085
    Bill Robbins
    Moderator

    Try making your new page template like this:


    (Copy support code from the support site directly.)

    You’ll also need to do this:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #content.full-width {
      	width: 100%;
      }
      
    3. Update your settings.

    See how that works for you,
    Bill

    #33088
    pablo talhouk
    Participant

    Great, it works perfect!
    Thanks Bill!

    #33089
    Bill Robbins
    Moderator

    That’s great news Pablo 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Full With Page’ is closed to new replies.