The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[HELP] Body Problems

4 posters

Go down

Solved [HELP] Body Problems

Post by frost3390 August 13th 2013, 1:14 pm

Greeting's !
Guys I need a help . My Problem is this ...

[HELP] Body Problems Help110

I want the body to stay in center when it zoom (-).

Please beu

link > http://kpoprepublic.forumtl.com/


Last edited by frost3390 on August 13th 2013, 2:10 pm; edited 1 time in total
avatar
frost3390
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

Solved Re: [HELP] Body Problems

Post by kirk August 13th 2013, 1:36 pm

whats you forum link?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: [HELP] Body Problems

Post by frost3390 August 13th 2013, 2:10 pm

kirk wrote:whats you forum link?
Sorry sir, here's the link here !
avatar
frost3390
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

Solved Re: [HELP] Body Problems

Post by kirk August 13th 2013, 3:10 pm

mmmm strange? i have no idea what would even cause that.
this forum dose not do it, yours did it to me the same way too.

I guess for now just don't zoom out. i will have to try a few things on one of my test forums to see whats what. i don't know if it might have something to do with the forums Pages structure or may be Structure and hierarchy?? first time i ever seen someone have this problem?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: [HELP] Body Problems

Post by E-Mark August 13th 2013, 3:19 pm

Do you still experience the problem? Because it's working fine with me? :o
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: [HELP] Body Problems

Post by frost3390 August 13th 2013, 3:30 pm

kirk wrote:mmmm strange? i have no idea what would even cause that.
this forum dose not do it, yours did it to me the same way too.

I guess for now just don't zoom out. i will have to try a few things on one of my test forums to see whats what. i don't know if it might have something to do with the forums Pages structure or may be Structure and hierarchy?? first time i ever seen someone have this problem?
I'll try to fix it in CSS from :
Code:

body {
   margin-left: 180px !important;
       margin-right: 180px !important;
       -moz-box-shadow: 0 0 3.125em #888;
      -webkit-box-shadow: 0 0 3.125em #888;
   box-shadow: 0 0 50px #888;
        width: 1100px;
     position:relative;
}
to :
Code:

body {
   margin-left: 180px !important;
       margin-right: 180px !important;
       -moz-box-shadow: 0 0 3.125em #888;
      -webkit-box-shadow: 0 0 3.125em #888;
   box-shadow: 0 0 50px #888;
     position:relative;
}
and the result is this Shit instead of going -> [BODY] <- .... it expand <- [BODY] ->

[HELP] Body Problems Help210

--------------------------
Ok sir ! I will wait for some replies !
BTW , Thanks for your time.

*PS : i always have this problem in my projects . i'm still a student , college student Dawa
avatar
frost3390
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

Solved Re: [HELP] Body Problems

Post by E-Mark August 13th 2013, 3:41 pm

Try this one:
Code:
body {
width: 1100px;
margin-left: auto !important;
margin-right: auto !important;
position: relative;
}
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: [HELP] Body Problems

Post by frost3390 August 13th 2013, 3:45 pm

E-Mark wrote:Try this one:
Code:
body {
width: 1100px;
margin-left: auto !important;
margin-right: auto !important;
position: relative;
}
OK , SIR !! Thank you very much ! It Works ! :wouhou: :wouhou:
now i know .
avatar
frost3390
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

Solved Re: [HELP] Body Problems

Post by SLGray August 13th 2013, 6:26 pm

Topic Solved & Locked


[HELP] Body Problems Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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