so, I've searched around for about 40 minutes now into some old posts on removing the middle column from the blog page.  I have very little CSS abilities but I am looking at removing that column so that my blog page is easier to read.  does anyone have updated code to remove teh column I am referring to?  Thanks!!

Views: 253

Reply to This

Replies to This Discussion

Is this what you are looking for? Note: This code will support only Design Studio.

.xg_widget_profiles_blog_list .xg_span-5 {
display:none;
}

.xg_widget_profiles_blog_list .xg_span-16 {
width: 982px;
}

.xg_widget_profiles_blog_list .xg_span-12 {
width: 794px;
}

:( unfortunately the column is still there after adding the code above

BTW, which column you wanted to remove? Middle or right?

middle, the one that shows recent blog, most popular blog etc...

This will work..try this..

.xg_span-4 {
display:none!important;
}

.xg_widget_profiles_blog_list .xg_span-16 {
width: 747px!important;
}

.xg_widget_profiles_blog_list .xg_span-12 {
width: 747px!important;
}

That's awesome Bernard, thanks for sharing. I'm trying to learn more CSS - can you tell me why the .xg_span-16 & -12 need to be included? I searched the page & see the xg_widget_profiles in the code but not the xg_span. 

Or I guess just how did you know which of the xg_span-# 's needed to be altered to change column to hide & to change widths on?  it seems like something I want to manipulate on other pages in the future so just curious how you properly identify elements to manipulate.

Thanks a lot.

Hi Brandon,

I'm going to explain it in a simply way. The .xg_span-16 is is the main platform for left and middle column and it has  standard width size 747px. This is not mandatory when you remove middle column but i'm using it to make it sure that platform width is equal to left column width which has 559px and I'm going to expand it up to 747px . I must expand  it ( .xg_span-12) because middle column looks empty. 

Hey Bernard - this tweak hides the center column on Group pages which causes the group image not to display & makes the group pages kind of useless (no way to see members / pages etc).

Is there a way to target the .xg_span-4 more specifically to avoid hiding it on group pages? i.e. 

http://studymorechinese.com/group/daily-chinese-sentence

(I took the code off for now so that the page displays properly)

Thanks.

I'm sorry I forgot to add .xg_widget_profiles_blog_list  for  .xg_span-4

here is the complete code now....

.xg_widget_profiles_blog_list .xg_span-4 {
display:none!important;
}

.xg_widget_profiles_blog_list .xg_span-16 {
width: 747px!important;
}

.xg_widget_profiles_blog_list .xg_span-12 {
width: 747px!important;
}

this is perfect... exactly what I needed done!!  Barnard, thanks for taking the time to make sure this worked properly!! 

Hey folks, what about the right side for the blog page? So have the listings of blogs with the top / tags etc, but not the sign in box and other right hand column stuff

RSS

Latest Activity


NC for Hire
SweetPotato replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"Another step in being able to de-Ning our Nings :-) (please don't bang on about WL in replies,…"
1 minute ago

NC for Hire
Jen replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
"Allison, I've not had near the trouble today as yesterday. But, the double header images are…"
2 minutes ago

NC for Hire
Jen replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
"Np, glad it all worked out. =)"
3 minutes ago

NC for Hire
Jen replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"Speaking of Google Fonts, just had a reason to use this tonight - - my Client needed a special font…"
5 minutes ago
A discussion started by Alexander was featured

Text Ticker in Ning Bar

I'm wanting to create a Text Ticker (not a RSS feed) in the Ning Bar for a NING 2.0 site.I have…See More
16 minutes ago
Allison Leahy replied to Franco Mercalli's discussion 'How to securely access external resources when Ning Apps will be gone?'
"Hi Franco, Thanks for your question. I'll run this by a Ning expert more technical than myself…"
20 minutes ago
Allison Leahy replied to soaringeagle's discussion 'ning/glam ads in 3.0 suggestions/concerns'
"Makes sense to keep the ads competitive with AdSense or other ad servers through a minimum bid.…"
26 minutes ago

NC for Hire
SweetPotato replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"Ha ha, yep, *our* idea"
28 minutes ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service