WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1 center Group page on Sat Mar 06, 2010 12:37 pm

Russel


WebArtz Moderator
WebArtz Moderator
i want to center group page. what is the css code? can i please to get? thanks


_________________





No Support Via PM
http://facebook.com/russelpuge

2 Re: center Group page on Sat Mar 06, 2010 4:37 pm

ankillien


Administrator
Administrator
Hello Russel,

As a guest, I can't see your group page so I can't help further. It would be better if you allow guests to see group page or post screen shot so that I can understand the problem.

3 Re: center Group page on Sat Mar 06, 2010 7:40 pm

Russel


WebArtz Moderator
WebArtz Moderator
The text encircled in the screenshot:


_________________





No Support Via PM
http://facebook.com/russelpuge

4 Re: center Group page on Sat Mar 06, 2010 8:04 pm

ankillien


Administrator
Administrator
Thats for the screen shot.
Try this CSS code please...

Code:
.table1 tbody tr td {
text-align : center;
}
.table1 tbody tr.row3 td {
text-align : left;
}

5 Re: center Group page on Sat Mar 06, 2010 8:15 pm

Russel


WebArtz Moderator
WebArtz Moderator
thank you sir. it works.

>>>>sir. new problem. why i want to put the profile on the right inside the post body but it doesnt work. i have already change the page structure to the right. AP > GENERAL > CONFIGURATION > Profile position in the messages : RIGht > save. but still it is on the left.

>>>>
and also. i have also activated my forum widgets to yes. but it doesnt work too . Sad


>>>>> and lastly, how to hide the time inthe screenshot.


_________________





No Support Via PM
http://facebook.com/russelpuge

6 Re: center Group page on Sat Mar 06, 2010 8:26 pm

ankillien


Administrator
Administrator
On which side you have activated the widgets? Left or right?

7 Re: center Group page on Sat Mar 06, 2010 8:33 pm

ankillien


Administrator
Administrator
Profiles on right...

Code:
.postbody {
float : left !important;
}


Hide search box and time...

Code:
#search-box {
display : none;
}
#main-content p.right ,  #main-content p.right+p{
display : none;
}

8 Re: center Group page on Sun Mar 07, 2010 9:13 am

Russel


WebArtz Moderator
WebArtz Moderator
thanks. but when i hide the date and time. the mod tools icons are affected, the lock, move, split etc. below the quick mod tools on the topic. how do i solve this.


_________________





No Support Via PM
http://facebook.com/russelpuge

9 Re: center Group page on Sun Mar 07, 2010 5:08 pm

ankillien


Administrator
Administrator
I don't think that can be solved. Since mods tools have no separate class assign, it will get affected by the above code.

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum