• Resolved tihmels

    (@tihmels)


    Hi,

    I would like to present the generated news post page as full width i.e. without the space for a sidebar on the right. Is this somehow possible?

    Thanks in advance

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author MortenPeterAndersen

    (@mortenpeterandersen)

    Hi tihmels

    The sidebar comes from your theme … not from the plugin.
    Hope that make sense.

    ??
    Morten

    Plugin Author MortenPeterAndersen

    (@mortenpeterandersen)

    CSS solution

    @media (min-width: 992px) {
    	.single-news .col-md-8 {
    	    width: 100%;
    	}
    }

    ??
    Morten

    Thread Starter tihmels

    (@tihmels)

    Well, that makes sense. ??

    However, your solution works like a charm, thank you very much! ??

    Plugin Author MortenPeterAndersen

    (@mortenpeterandersen)

    Glad I could help ??

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