Hi all. I am using a theme I really like, Titan 1.22 (free version so far). One thing that is bedeviling me is that the left margin seems to shrink to 0 when I view the page in 800x600 resolution.
Here is the site: http://www.we-paint-ugly-houses.com/
And here is the code for the style.css (because I am guessing this might be where the solution lies)
/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }/* Make all custom CSS changes in a Child Theme. Any custom
changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/
span.wpcf7-list-item { display: block; }
Any advice is appreciated. My css knowledge is beginner - maybe intermediate.
Thank you in advance!
p.s. site comments or suggestions are always welcome / appreciated