Support » Fixing WordPress » How to convert this blog into a full webpage with menus?

  • mavyalex

    (@mavyalex)


    Hi,

    Please check my new website http://www.frenchtranslations.fr

    I would like to convert this blog into a full Website with static pages and no comments fields, calendar, and column. This is the Delicacy theme.

    How can I do this please?

    Regards,

Viewing 1 replies (of 1 total)
  • Sascha

    (@ironman95)

    Add this to your “Custom CSS” or simple at the bottom of your style.css

    #inner-wrapper {
    width: 100%!important;
    }

    #header,
    #content-wrapper {
    width: 1000px;
    margin: auto;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to convert this blog into a full webpage with menus?’ is closed to new replies.