its the default, so without seeing your markup, we do not know what your did. you should use the browser debug tools, to look at the allied css, and determine what you did wrong.
have you read the bootstrap guide to understand their grid layout?
If you want to move above part to the left,you could add
style="margin-right: 100px;"
to your html.
You could open F12 to test,like the picture:
If you still have any questions,please post your code so that I can reproduce your issue.
Best Regards.
Yuki Tao
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
76 Points
219 Posts
Align body left - Jquery HTML datatables bootstrap4
Jul 18, 2019 12:11 PM|singhswat|LINK
Hi,
I want the left margin of my page body to be 10px or so... how do I move all the contents to left?
I'm using Jquery datatables, MVC 5 and Bootstrap 4
reference image below
Orignial
https://ibb.co/HLZj5cN
This is how I want
https://ibb.co/KzQQpr6
All-Star
57864 Points
15493 Posts
Re: Align body left - Jquery HTML datatables bootstrap4
Jul 18, 2019 03:53 PM|bruce (sqlwork.com)|LINK
its the default, so without seeing your markup, we do not know what your did. you should use the browser debug tools, to look at the allied css, and determine what you did wrong.
have you read the bootstrap guide to understand their grid layout?
Contributor
3710 Points
1431 Posts
Re: Align body left - Jquery HTML datatables bootstrap4
Jul 19, 2019 03:05 AM|Yuki Tao|LINK
Hi singhswat,
If you want to move above part to the left,you could add
to your html.
You could open F12 to test,like the picture:
If you still have any questions,please post your code so that I can reproduce your issue.
Best Regards.
Yuki Tao
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.