Index margin change doesn't work in chrome

lisekoefoed / 2014-09-07 16:42:50   

lisekoefoed
lisekoefoed.dk

so basically I've changed the margin settings of my index-box to achieve a small distance from the very left of my window to the beginning of the entire index-box. using the style.css template file in assets

Coding like this:

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { margin: 0 0 0 15px; width: 150px; background: rgba(255,101,141,0.7); /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 185px; }

I'm very happy about the result in firefox and safari, but i doesn't seem to work on chrome. Did I change the values in a wrong template or in the wrong place ?

/LisLars

lisekoefoed / 2014-09-07 16:44:06   

couldn't get the link-function to work.. site is as written.
www . lisekoefoed . dk

/Thanks

Vaska A / 2014-09-07 20:42:57   

You need to disable the ndxz_style plugin, especially since you didn't make use of it.

It overrides all of your other CSS - hence the problem you are having. The style plugin is only intended for very basic changes and you have already gone beyond that.

;)

lisekoefoed / 2014-09-08 09:34:11   

Thanks for your quick response V !

Seems time also did the trick. Today it works fine in chrome as well.
I'll have a look on your tip anyways and again thanks !
I'm having much fun with indexhibit – my gratitudes to you guys !

Vaska A / 2014-09-08 21:35:18   

Ah, then that's a browser cache issue. But, you should still disable the Indexhibit style plugin... ;)

This thread has been closed, thank you.