• Resolved Martin

    (@matotien)


    Hello,

    I would like to implement a full width template on twentysixteen wordpress theme on my photogallery page… see oigaracommfound.org

    Twentysixteen has an option for a default template only??

    Could someone share with me the template?

    Kind regards,

Viewing 7 replies - 16 through 22 (of 22 total)
  • try to change your @media section and add some CSS:

    @media screen and (min-width: 56.875em) {
    	.page-template-full-width-page .content-area
    	{
    	  float: left;
    	  margin-right: -100%;
    	  width: 100%;
    	}
    	.no-sidebar .entry-content
    	{
    	  margin-right: 0%;
    	  margin-left: 0%;
    	}
    }

    there is still a problem with the wide table – it forces a horizontal scroll bar and some formtting issues.

    Thank you so much! I have been a little hard headed in the medium between not rewriting code and actually paying attention to what the code is doing and how it is said. But, as I am getting back into …I am reminded how much I love it.

    I also want to get rid of the space (I suppose it is the header) at the top. I believe I saw a post about that for this theme. Thank you!

    alanpmcd

    (@alanpmcd)

    Michael, I wasn’t the person who asked this question, but thanks a lot for the very useful answer.

    mnewing

    (@mnewing)

    This is working great to get rid of the side but but it also removes the bottom widget areas.

    does anybody have any suggestions for how to have a full width no side bar but both bottom areas visible

    thank you

    hello dear all – thanks for raising up the marvellous threat – it is overwhelming to see this here…

    many many thanks for this great exchange of ideas…

    Hi Sir Michael,

    I add this in my Custom CSS:

    .single-post #secondary { display: none; }
    @media screen and (min-width: 56.875em) {
    .single-post .content-area
    {
    float: left;
    margin-right: -100%;
    width: 100%;
    }
    }

    …and it really works Sir. The sidebar was gone but my post isn’t full width either. Kindly look at this ==>> https://xyzagerondio.com/2016/06/08/a-fine-crumpled-piece-of-summer/

    …I would like to make it full-width Sir. Hopefully you could help me with some CSS. Thank you so much! ??

    Sincerely,

    xyzagerondio.com

    Hello everyone!

    I do apologize for bugging here…I already raise my issue on correct Theme Support Forum.

    Thanks.

    Xyza

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘twentysixteen full width template/no sidebar’ is closed to new replies.