Make index column wider

annathairs / 2013-08-14 19:37:32   

Hi; I posted the other day having difficulty with all aspects of indexhibit - I was given some fantastic advice so thanks for that.

However, I'm still having difficulty making the index column wider. On my website - annathairs.com - you can see that it scrolls to a wider width, but the column itself stays the standard width. I have no idea how to change this - I've tried everything I can think of.

Any advice would be great, thanks.

arsondpi / 2013-08-14 21:59:43   

Try editing your style.css to

  1. #index {
  2.     width: 350px;
  3. }
  4. #exhibit {
  5.     margin-left: 350px;
  6. }
annathairs / 2013-08-19 14:19:52   

Hi,

Thank you so much for your advice, sorry for the delay in response - I've added this in but it's made no difference?

arsondpi / 2013-08-19 15:38:53   

You need to disable the Indexhibit style plugin and edit directly the style.css file.
Otherwise the plugin inserts inline css that overrides any other css.

annathairs / 2013-08-19 18:17:10   

Fantastic, thank you! I had been altering the style.css but didn't remember the style plugin - I'm really grateful for your help!

This thread has been closed, thank you.