Posts by MatCunha • 25 points
5 posts
-
0
votes1
answer155
viewsQ: Create and populate elements with json return in jquery
Good night, you guys. I need to take a json return and mount an html with the data dynamically. I got to the part where I can get the json and nothing else, I’m stuck. $.ajax({ type: "get", url:…
-
-3
votes1
answer46
viewsQ: Bootstrap responsiveness on large screens
I’m creating a bootstrap4 site and it’s breaking/getting weird on screens over 1300px. Is that the standard Bs behavior in these cases? What can I do to make the layout equal to the desired? Edit: I…
-
-1
votes1
answer170
viewsQ: Nav element alignment and float/position questions
Good night. I’m creating a Nav that contains an H1 on the left as logo and a ul on the right and I need to align the two to the center vertically, I’ve tried everything I know and it’s no use. Then…
-
0
votes2
answers56
viewsQ: Nav doesn’t float right
The buttons of my navbar do not float right. I have tried applying the float: right in the menu and also in the items but no use. .container{ width: 100%; height: 100%; overflow-x: hidden; } body{…
-
2
votes2
answers1021
viewsQ: Speaker responsiveness in Bootstrap
I have two rows with two columns, the first column of the first row has an image and the second column of that row has a text. The second line has a text in the first column and an image in the…