Is it possible to have the home page 3 column and all member pages 2 column? I am using layout A4. I tried a code that made all member pages 2 column but it left the far right column completely blank and white. I am looking to stretch out the middle column. Sorry for all the columns =) 

Tags: columns

Views: 625

Reply to This

Replies to This Discussion

That's the problem. I don't believe there's a way to remove the sign in box, and even if there were a way to hide it, you would still be left with an empty column.

#xg_module_account{
background-color:transparent;
background-image:none;
background-repeat:no-repeat;
display:none;}

/* Hello Box: Adjusting height to see more of the background image */
.account-links{
height:200px;
background-color: transparent!important;
background-image:url(image%20url%20here);
background-position:center 0px;
background-attachment:relative;
background-repeat:repeat;
}

gotta have the box to get mail and settings unless you want members to goto Main which is always good...

i removed the ',.xg_apps' all the way to the bracket, then had to add this code to get the '+Invite Friends' out of the way...

.xg_sprite-add{
display:none !important;
}

this fixed the activity/status text area/share next im gettin the 'hello box' to float somewhere else dont like Design Studio at all...

.xg_widget_profiles_profile .xj_input_container{
width:500px !important;
}
.xg_slideshow{
width:100%;
}

Hey Woody, what is this for exactly? 

oh, if activity is on top the white box wont go too wide , just now messin w/inspect elements gotta pay attention to parent CSS find exact definition i need that book 4dummies also cool to check out Nings links on advanced code at the basic editor !

also put the 'hello box' using z-index on member two column pages only... still dunno what im doin !

.xg_widget_profiles_profile #xg_module_account{
position:fixed;
z-index:250;
background-color:#000000 !important;
background-image:url();
background-position:center;
background-repeat:no-repeat;
border:double 5px;color:#ffffff;
}

so they can edit text boxes etc.

what is span-5 ?

heres how i got rid of +Invite Friends so far... my sprite_add was wrong couldn't add anything !

.xg_widget_profiles_profile ul.navigation{
display: none !important;
}

 

ok Bernard finding this useless cant post a pic or video past the standard width sick of code thanx anyway.

RSS

Latest Activity

Kos replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"hahaha it's just not my day. hahahaha"
1 hour ago
soaringeagle replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
".button.button-iconic {  background-color: red !important;} i sweatr that should work "
2 hours ago
Kos replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"It just hates me; pure and simple.  lol"
2 hours ago
Kos replied to Suzie Nielsen's discussion 'quick question'
"You need to have Excel.  Do you have another member you could grant access to it?   …"
2 hours ago
Suzie Nielsen replied to Suzie Nielsen's discussion 'quick question'
"Thanks, I guess I do not have a program to open this CSV thingy... tried but it looks complicated…"
3 hours ago
soaringeagle replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"try adding !important"
3 hours ago
Kos replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"(lowers head) don't hate me...........it didn't work either.  *lol* That grey box is…"
3 hours ago
soaringeagle replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
".button.button-iconic {background-color:red;} change color  to anything "
4 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service