Content centering & link hover colour

natalierosedodd / 2013-09-14 10:03:52   

I want my exhibit content centered (horizontally). Have looked at other forums but they seem only relevant to the older version.

At the moment I just have either Vimeo videos or soundcloud embedded however I will also be adding photos and text along with these.

I have also tried changing the link hover colour for the menu in base.css and style.css but nothing is changing on the site.

Any help greatly appreciated

Thanks

arsondpi / 2013-09-14 10:07:36   

Hello - what is your site?

You need coding skills to center your site and certain things (including formats) might need touch-ups. Overall it sounds easy, it begins as an easy task but you may find yourself against a variety of different things to fix.

natalierosedodd / 2013-09-14 11:13:36   

patrickburniston.com is my site

natalierosedodd / 2013-09-14 11:14:00   

I only want the exhibit side to be centered

arsondpi / 2013-09-14 13:25:11   

to center the content of your #exhibit div you need to set a couple of things like:

  1. #exhibit .container {
  2.     margin: 0 auto;
  3.     width: 480px;
  4.     text-align: center;
  5. }

But this still leaves a margin left for #exhibit...

natalierosedodd / 2013-09-17 20:58:38   

I am also trying to create a hover colour for my menu however it's not working for the expandable menu. Is there a way to rectify this?

Many thanks

arsondpi / 2013-09-18 06:06:42   

natalie there's a few threads arounds for this already - however can you please post an address so we can take a look (even in a new thread)? Activating Indexpand has nothing to do with link colours...

This thread has been closed, thank you.