• Resolved boxestim

    (@boxestim)


    Hi guys,

    I am trying to get a full-width page so i can display 3 clickable images in a bigger size along-side each-other. The problem would be partially fixed if I could use the empty space that is taken up for a possible side-bar even if I do not use a side-bar on that page. But a full fix would be better ofcourse.

    I tried the method that can be found here: https://www.designbombs.com/master-twenty-seventeen-wordpress-theme/ but to no avail.

    Simply put: I made a PHP-file for my full-width page and tried targeting that with CSS but that does not work/something is blocking it. Could someone please help me out? I use the ‘TinyMCE Advanced’ plug-in. perhaps that is interfering?

    Many thanks in advance!

    Thijn

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi there @boxestim

    What is the CSS you are using?

    Thread Starter boxestim

    (@boxestim)

    Hi Jose Castaneda,

    Many thanks for your reaction but it seems the problem is resolved. There was a rule that blocked the full-width for NOT twenty-seventeen-front-page. It was resolved by adding this to my CSS:

    .page.page-template-full-width:not(.twentyseventeen-front-page) #primary {
    width: 100%;
    max-width: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘full-width page does not work. (twentyseventeen)’ is closed to new replies.