HI, does anyone know how i can remove the white space beneath the text box here:
I used the hero module to combine the boxes below, but cant figure out how to remove the white space below the middle column. i did try to set the background to transparent and this worked, but it set all of the text boxes to transparent and i only want the white behind the image on the top box either eliminated or set to transparent.
http://creators.ning.com/profiles/blogs/design-tricks-4-adding-a
Tags:
Permalink Reply by George H. Compton IV on October 16, 2012 at 8:47am it's actually the text box background. You can use this code but it will clear the background of every text box
DIV.xg_module.html_module.module_text.xg_reset {background: transparent! important;}
if you wanted to work on just the main page place this in front of the code
.xg_widget_main_index_index
and if it's just an individual text box I do have a script for that if you need it.
Permalink Reply by Laurie Swezey on October 16, 2012 at 9:11am hi, thanks for your help. i only want to work with an individual text box and would love the script. thanks
Permalink Reply by George H. Compton IV on October 16, 2012 at 10:23am here is the script. where it says this "Your Title Text here" replace it with the name of your text box you need to do this in two spots in this JavaScript. For example one of your text boxes is named "Why Wound Certification?"
<script type="text/javascript">
if(x$('.xg_widget_main_index_index').length){
var store= x$('.module_text .xg_module_head h2').html();
if(store == 'Your Title Text here'){
//to style the whole module_text box
x$('.module_text').css({'background':'transparent'});
//to style module body of module text
x$('.module_text .xg_module_body').css({'background':'transparent'});
}
else{
//do nothing as the title of textbox is not Your Title text here
}
}
else{
}
</script>
Kos replied to James Nored's discussion 'How do I create a taller header?'
Writer Chick {Diane} replied to Writer Chick {Diane}'s discussion 'WRITER CHICK {DIANE LYNNE} ~ 3.0 FEEDBACK' in the group The Sandbox
AnGella replied to PeruCool's discussion 'Alternatives to Ning social network'
Kos replied to James Nored's discussion 'How do I create a taller header?'
Kos replied to Fire-Tech's discussion 'Ning 3.0 First Accessment' in the group The Sandbox
Riccardo Rossini replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
Kos replied to SweetPotato's discussion 'Simple, Responsive Slider for Ning 3.0'© 2013 Created by Ning.
