All Questions
4 questions
0
votes
1
answer
966
views
Get React Bootstrap Form to Appear on Same Row
I have a bit of an issue with styling where the forms in React-Bootstrap don't align on the same row, because of the difference in Form Label string length. Here's my JSX:
return
(<Card style={...
0
votes
2
answers
90
views
how to reload page after handle state?
My sidebar in the responsive mode not working correctly, i'm use @media for controller width of page, when is responsive i use position:absolute for sidebar button stay in up of content, i created a ...
0
votes
1
answer
456
views
Child div is not moving with parent div
I am just revising html and css, making a login form that contains two div ,y goal is to make the form responsive and its my bad that i totally forget how to make a page responsive i am sticking my ...
4
votes
2
answers
9k
views
Responsive background image in React
I have a React component that is being used as a home page for a site that I am building.
I am using react-bootstrap and I need to know how to create a responsive background image for this home page ...