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

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]

1center Group page Empty center Group page Sat Mar 06, 2010 2:07 pm

Russel

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

https://www.twitter.com/russeltubo

2center Group page Empty Re: center Group page Sat Mar 06, 2010 6:07 pm

ankillien

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.

3center Group page Empty Re: center Group page Sat Mar 06, 2010 9:10 pm

Russel

Russel
Moderator
Moderator
The text encircled in the screenshot:

center Group page 30nbuqb

https://www.twitter.com/russeltubo

4center Group page Empty Re: center Group page Sat Mar 06, 2010 9:34 pm

ankillien

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;
}

5center Group page Empty Re: center Group page Sat Mar 06, 2010 9:45 pm

Russel

Russel
Moderator
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.
center Group page Nqz0cy

https://www.twitter.com/russeltubo

6center Group page Empty Re: center Group page Sat Mar 06, 2010 9:56 pm

ankillien

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

7center Group page Empty Re: center Group page Sat Mar 06, 2010 10:03 pm

ankillien

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;
}

8center Group page Empty Re: center Group page Sun Mar 07, 2010 10:43 am

Russel

Russel
Moderator
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.

https://www.twitter.com/russeltubo

9center Group page Empty Re: center Group page Sun Mar 07, 2010 6:38 pm

ankillien

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.

Sponsored content


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