How can I resize the cu3er ?
How to resize the cu3er
10 posts from 3 voices-
Posted 1 year ago #
-
Hi Chris,
I change everything there (css, sliderhelp etc). I was able to change the width, but the height I cannot.
The page is http://marlifernandes.com.br/?page_id=354
Posted 1 year ago # -
Did you adjust the thumbnail size in function.php? Then...
You can adjust the slider size in style.css (or better solution would be to overwrite it with css/custom.css). Search for following code and adjust the dimensions.
/*3d big*/ .cu3er_3D_caption{ height:440px; } .cu3er_3D_caption #CU3ER{ height:440px; width:940px; } .cu3er_3D_caption .slideshow, .cu3er_2D_caption .slideshow{ width:940px; }and at least modify includes/helper-slideshow.php too. Regenerate your thumbnails with: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Posted 1 year ago # -
I have already change that, but I tried it again. It does work.
Here is my code:
div .single_buttons a{
float:none;
margin:10px auto 0 auto;
width:50%;
}/*3d big*/
.cu3er_3D_caption{
height:650px;
}.cu3er_3D_caption #CU3ER{
height:650px;
width:940px;
}.cu3er_3D_caption .slideshow, .cu3er_2D_caption .slideshow{
width:639px;
}Posted 1 year ago # -
Glad that it worked now :)
Posted 1 year ago # -
I am sorry. It does NOT work.
Again,
It is NOT working.
Posted 1 year ago # -
Can you switch to the 3d slider so that we can investigate why the css doesn't work please?
Posted 1 year ago # -
Done. As you can see, the height is wrong.
Posted 1 year ago # -
I checked your custom.css file and couldn't find the code you posted above: http://marlifernandes.com.br/wp-content/themes/brightbox/css/custom.css and the style.css file contains the standard values only: http://marlifernandes.com.br/wp-content/themes/brightbox/style.css
So please modify css/custom.css (this will also overwrite the default style.css values or (if you prefer to modify the style.css file directly change the standard height of the slider in this file (the height values can be found after following code):
/*3d big*/Posted 1 year ago #
Reply
You must log in to post.














