• Hey guys, I’m code this correctly.

    I’d like to increase the overall width of all my content. What’s the best way to go about this?
    I’m using portfolio slideshow plugin and would like to have it at around 800px wide on all pages.

    Also I’l like to get rid of the space my photos/text and the black bar at the bottom, is this possible?
    site is http://www.fredbonatto.com

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try using Firebug to help you work with CSS — and check this good CSS reference site:

    http://www.w3schools.com/css/

    The width of your site is set here:

    #wrapper {
        margin: 0 auto;
        width: 540px;
    }

    But when you start changing widths, you will need to make changes in many other places as well — so that all the “puzzle pieces” fit together correctly. So depending on the theme and what you are trying to do, it can be fairly involved and complicated.

    Be very sure that you use a Child Theme or custom CSS plug-in or theme option for any changes — don’t edit theme files.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Theme: Blaskan] 100% width, padding-free space’ is closed to new replies.