This is my code:
<style> body {background-color: ; background-image: url("image here"); background-repeat: no-repeat; background-position: top left; width: 1920px; height: 681px;} {position: absolute; left: 1330px; top: 446px; width: 400px; height: 23px;} {position: absolute; left: 1330px; top: 36px; width: 400px; height: 110px;} {display:none} {display: none;} </style>The problem is, whatever height or width i put for the columns, they stay their default height and width and don't change for some reason. Can anyone help me an see if there is a problem with my code? Sorry, I'm kind of new at this.
I use .block to change the width - this changes the width of the individual items within the columns. You can also try using !important, which should override Subeta's width and height.
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Hmm, that's weird. I copied that code exactly and tried changing the heights and widths and it worked fine for me :o Whatever you have now, delete it and then paste what you have in the first post back in again and try. Idk, it should work. I can't see why it doesn't.