• Resolved blogramma

    (@blogramma)


    I’m using Omega theme with Sumo theme. Very beatiful design and job, congratulations and many thanks.

    I’ve got a question for you if is possible:
    when my readers click on the post link in homepage, I want that article is shown full page.

    At moment, this is possible only for static pages.

    My web site is: blogramma.it

    PS: sorry for my terrible english…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi blogramma,
    You can do it with a few css tweak.
    Go to “Appearance > Customize > CSS” and drop this code.

    .singular-post .content {
      width:100%;
    }
    .singular-post .sidebar-primary {
      display:none;
    }

    Hope that helps ??
    Cheers

    Thread Starter blogramma

    (@blogramma)

    thanks so much!!!
    works fine, this is a spectacular solution!

    Ciao ??

    Awesome!
    And you English is not terrible. Be proud ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full page when I click on the article link’ is closed to new replies.