• Resolved Nikaaner

    (@nikaaner)


    Hello
    I liked your theme, but I need to increasing the width of content in “No sidebar template”.
    I found the line in styles.css: .content {width: 65%;}
    There I can increase width of content for all pages, but I need just for “No sidebar template”.
    Tell me, please, how can I do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi Nikaaner,

    Add the following line of code to style.css:

    .page-template-template-nosidebar-php .content { width: Xpx; }

    Replace X with whatever width you’d like. Let me know if you need any more help.

    Thread Starter Nikaaner

    (@nikaaner)

    Thank you.
    There I added this line:
    .page-template-template-nosidebar-php .content { width: 100%; }
    I recommend you do this default for “No sidebar template”.

    Theme Author Anders Norén

    (@anlino)

    Hi Nikaaner,

    Glad it worked out. I’ll consider adding a separate full-width template in future updates.

    Where would I add this in style.css?
    Doesn’t work for me when I put it in the last row.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to increasing the width of content in "No sidebar template"?’ is closed to new replies.