Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter xyzagerondio

    (@xyzagerondio)

    Hello again,

    Could anybody help with some code/s that I could add on functions.ph or style.css or even directly to EDIT CSS?

    I would like to have a full-width blog posts. I already add some CSS to hide the sidebar on my single post/s but still no luck to make the images & texts full-width.

    Kindly take a look: https://xyzagerondio.com/2016/07/13/shades-of-brown/

    Thank you so much…

    Sincerely,

    xyzagerondio.com

    Please help!

    Thread Starter xyzagerondio

    (@xyzagerondio)

    Hello!

    I’ve already figured it out guys! Yay!

    To anyone who have the same problem as mine, maybe this CSS could help on how to remove sidebar from single post page in twenty seventeen theme and make post page full width.

    Check it out!

    .single-post #secondary {
    display: none !important;
    }
    .single-post #primary {
    width: 100% !important;
    }

    You could check my blog posts to have a better view: https://xyzagerondio.com/2016/07/13/shades-of-brown/

    Hope this helps! ??

    hallo

    i tried that but i would like to have my pages to be full width text and have no columns

    Do you perhaps know the code of that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘FULL-WIDTH IMAGES & TEXTS ON BLOGPOST/S’ is closed to new replies.