A little help

Status
This thread has been locked.

chelsea1124

⚔️professional config and server creator⚔️
Premium
Feedback score
17
Posts
423
Reactions
53
Resources
3
Hello mc-market so iv been making a quite and simple website for a friend of mine but I'm having a problem with when it's on the phone all the stuff goes to the top of the page and when on pc or laptop it stays in the middle (keep in mind I am using bootstrap) if anyone can help would be great will also show what I'm talking about below.

When on pc or laptop:
1eb95a5abd.png

When on phone:
c5a3473889.png

Also before anyone rages at me that it looks like the website that someone called smef has i used his website as a look at iv not coped any of his code or anything like that only thing I have is the same font the js and stuff is all of the google with people sharing it and iv also spoken and proved to see that it is not coped him and we are chill if need proof for you to help me then you can get some by pm me.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Derciak

Feedback score
0
Posts
6
Reactions
1
Resources
0
Hello!

I can done this work for affordable price.

PERKS →
» Clean code (For other dev's).
» Latest modern design.
» Mobile Responsive-Friendly.

PAYMENT →
× PayPal
× BTC
× PaySafeCard

PORTFOLIO →
~ IN PROGRESS ~

✉️ CONTACT →

Discord: Derciak#3262


— Victor/Derciak
 

chelsea1124

⚔️professional config and server creator⚔️
Premium
Feedback score
17
Posts
423
Reactions
53
Resources
3
Hello!

I can done this work for affordable price.

PERKS →
» Clean code (For other dev's).
» Latest modern design.
» Mobile Responsive-Friendly.

PAYMENT →
× PayPal
× BTC
× PaySafeCard

PORTFOLIO →
~ IN PROGRESS ~

✉️ CONTACT →

Discord: Derciak#3262


— Victor/Derciak
Don't think you read im a web developer my self I'm not looking for someone to do work for me I'm looking for a little help
 

Darethz33

Feedback score
0
Posts
16
Reactions
4
Resources
0
I see you are using Bootstrap, here is a fix.

HTML:
<div class="container">
<div class="row d-flex justify-content-center vertical-align">
<div class="col-auto"> Content Here</div>
</div>
</div>
Add the following CSS to the end of your Bootstrap.min.css file.
Code:
.vertical-align {display: flex;align-items: center;min-height: 100%;min-height: 100vh;}

You need the "min-height: 100%;" and "min-height: 100vh" because not all browsers support the vh measurement, so the 100% is a fallback.
 
Last edited:

chelsea1124

⚔️professional config and server creator⚔️
Premium
Feedback score
17
Posts
423
Reactions
53
Resources
3
I see you are using Bootstrap, here is a fix.

HTML:
<div class="container">
<div class="row d-flex justify-content-center vertical-align">
<div class="col-auto"> Content Here</div>
</div>
</div>
Add the following CSS to the end of your Bootstrap.min.css file.
Code:
.vertical-align {display: flex;align-items: center;min-height: 100%;min-height: 100vh;}

You need the "min-height: 100%;" and "min-height: 100vh" because not all browsers support the vh measurement, so the 100% is a fallback.
Boom there we go legit it was that easy to fix dam I feel stupid at times thank you.
 

0bxx

Professional Manager
Premium
Feedback score
2
Posts
54
Reactions
12
Resources
0
Hello mc-market so iv been making a quite and simple website for a friend of mine but I'm having a problem with when it's on the phone all the stuff goes to the top of the page and when on pc or laptop it stays in the middle (keep in mind I am using bootstrap) if anyone can help would be great will also show what I'm talking about below.

When on pc or laptop:
1eb95a5abd.png

When on phone:
c5a3473889.png

Also before anyone rages at me that it looks like the website that someone called smef has i used his website as a look at iv not coped any of his code or anything like that only thing I have is the same font the js and stuff is all of the google with people sharing it and iv also spoken and proved to see that it is not coped him and we are chill if need proof for you to help me then you can get some by pm me.
Looks amazing dude, Great job ;)
Glad to see someone helped you as well
 

Darethz33

Feedback score
0
Posts
16
Reactions
4
Resources
0
Boom there we go legit it was that easy to fix dam I feel stupid at times thank you.
Hey, you have to start somewhere. Asking questions isn't a bad thing, I had a lot of questions when I started with Bootstrap as well.
 

chelsea1124

⚔️professional config and server creator⚔️
Premium
Feedback score
17
Posts
423
Reactions
53
Resources
3
Hey, you have to start somewhere. Asking questions isn't a bad thing, I had a lot of questions when I started with Bootstrap as well.
Have you ever made a portfolio page before?
 
Status
This thread has been locked.
Top