I mean i have a blogger blog and i put adsense ads in there, the issue is that the ads are a certain amount of pixels away from the left side, how do i make is smaller ? example: from this: |......|||||||||| to this: |.||||||||||
Could you paste the html /css from your layout, or provide us with a link? I'd be willing to bet that it's a simple margin / padding issue, but depending on the layout it might be just a little more work then that.
Yes post your CSS/HTML Layout here You can acquire it by going to your Dashboard then DESIGN then Edit Layout.
ok, it's here : http://comenfun.blogspot.com/ do u see the space between the ads and the borders of the table ? how do i change it ?
the .column-left-inner in your CSS has a padding of 15px on the sides, that will reduce it down some, and .section has a margin of 15px also. Changing those to 0px will shrink the spaces between your ads and the borders. But that might also mess up some other elements so be sure to back up before you make any changes you can't undo
The file that it's getting these properties from is http://www.blogger.com/static/v1/widgets/2207992005-widget_css_2_bundle.css If you can't edit that file, I would suggest over riding them in the files that you do have access to. If you have any other questions, just PM me your MSN. Good luck.
Avoid pasting the contents to the Design view of the software, to paste the content to Code view of the software. Or add a div, give CSS to that div add give text align left.