Exhibit is not customisable…

Sofie / 2013-03-04 23:01:54   

Hello everybody

I finally found out how to center a horizontal menu.
But now when I want to move the whole Exhibit part, it moves the top as well…

What do I have to change?

Thanx for you help!

relaunch.jbz.ch/

Sofie / 2013-03-05 06:31:33   

An Exhibit text (content) is apparent under the section "KONTAKT".

arsondpi / 2013-03-05 07:21:06   

I only saw Built with indexhibit in the Kontakt page.
And I'm not sure what are you trying to do...

Sofie / 2013-03-05 21:37:23   

When I change the paddings and margin in the exhibit part, it moves the whole thing (incl. logo on top and menu)… But I should just move the "Built with indexhibit" Text", which represents a text in the exhibit.

I really hope you can help me…
Greetings from cold Zurich :-)

arsondpi / 2013-03-05 21:53:23   

If you mean that the #index part stays fixed and the #exhibit part can be scrolled,
then #index should get a position: fixed; attribute and #exhibit should get a margin-top...

Sofie / 2013-03-08 13:26:25   

Unfortunately it doesn't work. I tried thi already before several times.
When I change the index to "fixed" the exhibit content disappears…… ?!

Vaska A / 2013-03-08 14:55:20   

What are you trying to do?

Sofie / 2013-03-11 12:54:39   

I want to change margin of the exhibit part. But if I change it, the whole "thing" moves inclusive the index part and the top… But I just want the "copy" (PROJEKTE -> Lorem Ipsum dolor…) to change place.

#exhibit {     text-align: center; margin: 0px 0px 0px 0px ;

Vaska A / 2013-03-11 13:03:03   

This is why both #index and #exhibit have .containers...this is what you would should be doing...

  1. #exhibit .container { ... }

But, because of the way some exhibit formats works (using float left), you won't necessarily get your text and images aligned center. It is a bit more complicated than that...

Sofie / 2013-03-11 14:28:44   

I think, I found it out :)
Thank you

This thread has been closed, thank you.