I give.
I have read the beginners guide, followed the instructions (I think), and then added the codes to change the width of my layout. I am obviously missing something because nothing is working, no matter the size of the number I put in, nothing changes.
layerinfo "type" = "theme";
layerinfo "name" = "Holiday Stripes Green";
set base_theme = "holiday-stripes-green";
set theme_designer = "Lilia Ahner";
set theme_designer_type = "outside";
set custom_css = """
}
#alpha {
width: 660px;
}
.layout-tw #alpha-inner {
width: 900px;
}
""";
I just want the layout to be wider so that I don't see so much of the background. I post pictures that are 800x600 outside of cuts and they're hanging over the edge of the alpha column. Help?