In my code the buttons appear in right place but a few others are complaining the buttons position has changed. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

In my code the buttons appear in right place but a few others are complaining the buttons position has changed.

Can anyone fix it??In my phone the positions are okay.But in others phone they appear in different positions. https://code.sololearn.com/WEJlI1Ufg9R0/?ref=app

30th Jun 2018, 1:52 PM
Aanisha Bhattacharyya
Aanisha Bhattacharyya - avatar
12 Answers
+ 7
Well after making the change with position of contrast box it was done.. Atleast for a phone 😅.. Don't know about pc..
1st Jul 2018, 9:22 AM
$hardul B
$hardul B - avatar
+ 6
#contrast { position:relative; top:-432px; left:230px; background-color:black; color:white; }
1st Jul 2018, 9:14 AM
$hardul B
$hardul B - avatar
+ 5
Please answer it fast.
30th Jun 2018, 2:09 PM
Aanisha Bhattacharyya
Aanisha Bhattacharyya - avatar
+ 5
Aanisha Bhattacharyya here is a lesson, if you want to learn more: https://www.sololearn.com/learn/CSS/1115/
30th Jun 2018, 2:46 PM
Agent
Agent - avatar
+ 5
Since contrast button was overlapping a changed the position...should work..Aanisha Bhattacharyya
1st Jul 2018, 9:14 AM
$hardul B
$hardul B - avatar
+ 4
Agent its looking fully changed even in my phone now.Its looking worse now.
30th Jun 2018, 2:43 PM
Aanisha Bhattacharyya
Aanisha Bhattacharyya - avatar
+ 4
Agent thanks but its not helping.Anyone answer fast
30th Jun 2018, 2:54 PM
Aanisha Bhattacharyya
Aanisha Bhattacharyya - avatar
+ 4
No actually in different device its viewing different.$hardul Birje .
1st Jul 2018, 9:17 AM
Aanisha Bhattacharyya
Aanisha Bhattacharyya - avatar
+ 2
Hi Aanisha Bhattacharyya I think you need to add the float property in CSS in the code below i gave the body a Width of 95% and used float: left on the bright class https://code.sololearn.com/WGanKUKO1af3/?ref=app Use the Float property on the rest
30th Jun 2018, 2:16 PM
Agent
Agent - avatar
+ 1
use w3.css it should help you and it's a easy to learn framework
1st Jul 2018, 3:20 AM
James Musselman
James Musselman - avatar
+ 1
yeah it's shoud fix your problem
1st Jul 2018, 3:22 AM
James Musselman
James Musselman - avatar
+ 1
I would suggest that you rewrite the part with the buttons using it
1st Jul 2018, 3:25 AM
James Musselman
James Musselman - avatar