I love this theme. It would be nice to have it a little more refined.

I am currently having problems with hspace and vspace img properties inside a block which I want to use in the 'middle' region as a headline article.
I am not sure if the Arthemia css is blocking using these image properties in blocks??? Help!

Thanks,
Mike Wheatland

Comments

wheatbix’s picture

I have found the culprit after doing some trial and error with the CSS files.

It looks as though in the style.css file the first few lines is causing the problem:

* {
margin:0;
padding:0;
}

Is there any way to remove this setting? I have done this manually and it seems to change the spacing on the menus, but nothing else.
Allowing people to edit content and blocks the way they want is very important when designing a theme.

Thanks,
Mike Wheatland

NaheemSays’s picture

yes it is and you should try to override the theme settings for the particular elements that you want by creating a local.css file with any necessary css additions/overrides into it.

As for modifying style.css to remove that style rule, such things are needed to make the different browsers to behave the same as they may have different default settings/widths/borders/paddings etc for elements.

To remove, first it needs to be investigated in all the major browsers (IE6 included) to see what differences it makes.

NaheemSays’s picture

Status: Active » Closed (won't fix)

For individual needs this can be fixed in a separate local.css

ousjah1’s picture

Status: Closed (won't fix) » Fixed

If you are using FCKeditor and still having the same issue, simply uninstall it and then install the CKeditor module ( http://drupal.org/project/ckeditor)
It's working fine for me and I have no more Vspace and Hspce issues.
Good Luck!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.