vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Edit in User Album Page (https://vborg.vbsupport.ru/showthread.php?t=265851)

induslady 06-27-2011 04:38 AM

Edit in User Album Page
 
1 Attachment(s)
Hello,

The user album page looks like:

Attachment 130438

I want to reduce the height and width of the outer box as indicated by the red arrow and notice that in Firebug the definition of css - class"picture" for the same as:

.picture {
display: block;
height: 608px;
padding: 10px;
width: 608px;
}
and I want to reduce the width and height to 208px. So defined it as in additonal.css:

.picture {
height: 208px;
width: 208px;
}

but I do not see any changes effected. But in Firebug when I edit these values to 208 px the effect is visible.

Attachment 130440

Notice the red arrow pointing the change in css definitions.
Let me know how to make this change in css.

Thanks.

napy8gen 06-27-2011 06:34 AM

try this.

HTML Code:

.picture {
height: 208px!important;
width: 208px!important;
}


induslady 06-27-2011 11:01 AM

1 Attachment(s)
Hello napy8gen,

Thanks for the css statements and yes it did helped.

Now in the forum albums page I would like to reduce the outer box indicated by red arrow and increase the picture size as indicated by green arrow.

Attachment 130447

For decreasing the outer box, I added these codes in additonal.css :

#latestalbumcontainer li {
height: 300px!important;
width: 300px!important;
}

and for increasing the picture size I added the below code
img.albumthumb {
width: 300px!important;
}

but not getting the desired results.

Any suggestion?

Thanks.

induslady 06-28-2011 10:42 AM

Hello,

Any suggestions for my above requirement?


All times are GMT. The time now is 06:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02432 seconds
  • Memory Usage 1,714KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete