• digitalruse

    (@digitalruse)


    … of things like the sidebar, or main content area.

    I am using a ghettoly modified Kubric (default) with WP1.5, and want to make it wider… somehow.

    Thanks
    -DR

    ( https://www.theruse.net )

Viewing 7 replies - 1 through 7 (of 7 total)
  • tahongawaka

    (@tahongawaka)

    look in the .css for a width attribute.

    gingerbeer2000

    (@gingerbeer2000)

    i cant post on your site it asks to be registered and i did but no email was received, btw can you tell me how you made those graphical navigation buttons top of the main page or direct me to a tutorial you used ? thanks

    NuclearMoose

    (@nuclearmoose)

    @gingerbeer2000,

    Visit https://codex.www.remarpro.com and on the front page you’ll find a link to “creating horizontal menus” which should get you started.

    NuclearMoose

    (@nuclearmoose)

    @digitalruse

    #sidebar
    {
    padding: 20px 0 10px 0;
    margin-left: 545px;
    width: 190px;
    }

    Change the value of the width: property above. Also, you may have to alter the background image as the grey colour of the sidebar is part of a page-wide graphic. In your /themes/default/images folder you’ll find the image called kubrick.jpg which is what you may wish to change in concert with the above CSS values.

    gingerbeer2000

    (@gingerbeer2000)

    thanks nuclear moose

    NuclearMoose

    (@nuclearmoose)

    @gb2k,

    You’re welcome!

    Thread Starter digitalruse

    (@digitalruse)

    Thanks, I am looking at some of that stuff now.

    Also, I just double checked my registration and it seems to be working fine. :/

    -DR

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘What controls the width…’ is closed to new replies.