• Resolved Vinterthorn

    (@vinterthorn)


    Heya folks!

    I hope someone might be able to help me.
    I just recently ported my website to WordPress, using the Minimatica theme.
    Now I’ve run into a slight problem:
    I want to restrict the maximum width of the slider bar to just the
    940px the site’s title pic has, leaving just enough space to show the
    standard four post images.
    However, I haven’t been able to locate where I might be able to enter or edit such code, yet.

    Did anyone attempt the same and succeed?

    Regards,
    Tom

    http://ww.wp.xz.cn/extend/themes/minimatica/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Vinterthorn

    (@vinterthorn)

    Hehe, just found the solution to my problem.

    Found the ‘slider’-part in the css file and added some lines of code there. Now it reads (added lines are bold):

    #slider {
    	position:relative;
    	width:940px;            <- added
    	left:50%;               <- added
    	margin-left:-470px;     <- added
    	height:410px;
    	padding:30px 0 30px 0;
    	margin-bottom:20px;
    	background:#000000;
    	-moz-box-shadow:0px 0px 20px #999;
    	-webkit-box-shadow:0px 0px 20px #999;
    	box-shadow:0 0 20px #666666;
    }

    which file is this on?

    Thread Starter Vinterthorn

    (@vinterthorn)

    It’s, as mentioned, in the css file. To be exact, it’s in style.css . 🙂

    On a further notice, if you leave the picture slider as is (at 920px width), make sure you leave about 10 to 20px room to each side (which is why I made the slider bar background 940px).

    Otherwise the borders of the slider itself will overlap.

    Regards,
    Tom

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Minimatica – Restricting slider bar width’ is closed to new replies.