Viewing 15 replies - 1 through 15 (of 18 total)
  • Yworld

    (@yworld)

    in the user profile

    Thread Starter BiggyJ

    (@biggyj)

    I can not find a “User Profile”

    You mean in the WP script itself and NOT the forum script?

    Thanks,
    John

    Yworld

    (@yworld)

    in Profile WP

    Thread Starter BiggyJ

    (@biggyj)

    Oh and I forgot…

    How do I make the forum script display a wider main page?

    Or is that done in the theme template? If so, do you know exactly what existing code I would look for to change?

    Thanks,
    John

    Thread Starter BiggyJ

    (@biggyj)

    In profile WP, got it, thank you?

    J

    Thread Starter BiggyJ

    (@biggyj)

    The following is the site I am working on. http://chitchatters.club/

    I would like the main page about 150pix wider.

    Thank you Yworld,
    John

    Yworld

    (@yworld)

    Perhaps have a settings in a template
    Look in the admin panel

    Thread Starter BiggyJ

    (@biggyj)

    No settings in template itself. I am going to have to edit it manually.

    Thank you,
    John

    Yworld

    (@yworld)

    then only manually in css

    Thread Starter BiggyJ

    (@biggyj)

    Don’t know how πŸ™

    Thread Starter BiggyJ

    (@biggyj)

    Oh yes… I know where the css editor is but I’m not sure which setting changes the page width and it is hundreds of pages long.

    Yworld

    (@yworld)

    http://chitchatters.club/wp-content/themes/brickyard/style.css

    line 269

    #content {
        float: left;
        margin: 0;
        width: 656px;
    }

    line 298

    #sidebar {
        float: right;
        margin: 0 0 0 28px;
        position: relative;
        width: 328px;
    }

    Yworld

    (@yworld)

    line 246

    #container {
        margin: 0 auto;
        max-width: 1012px;
        position: relative;
        width: 100%;
    }

    Thread Starter BiggyJ

    (@biggyj)

    So change width, width and max width until I get what I want?

    Your awesome,
    Thanks,
    J

    Yworld

    (@yworld)

    So change width, width and max width until I get what I want?

    Yes )

Viewing 15 replies - 1 through 15 (of 18 total)

The topic ‘Moderators’ is closed to new replies.