Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #280232
    David
    Participant

    I can’t get the PhotoFocus Pro template to present as full width.
    Using Page Attributes Template: No Sidebar: Full Width has no effect.
    Theme Options / Layout Options / Default Layout & Homepage/Archive Layout are both set to No Sidebar: Full Width and they have no effect.

    Do I need to edit the theme CSS? Or is there something I can just add to the Additional CSS section?

    Thank you!

    #280246
    Skandha
    Participant

    @davewatershape-com: Hello there,
    Can you please post in your site URL and let me know which page you want to make full width?

    Kind Regards,
    Skandha

    #280273
    David
    Participant

    http://31a.ef2.myftpupload.com/

    It’s still in draft mode. All pages want to be full width. Look at https://31a.ef2.myftpupload.com/upcoming-events/ and we should see the dynamically linked table full width.

    #280295
    Skandha
    Participant

    @davewatershape-com: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content .wrapper {
        max-width: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #280299
    David
    Participant

    That helped except for the footer. What can I do there?

    #280301
    Skandha
    Participant

    @davewatershape-com: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .footer-widget-area .wrapper {
        max-width: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Can’t get full width content’ is closed to new replies.