Hi @tutorsandfutures,
The menu is stretched to the left and right due to using these codes: https://prnt.sc/cYZL29-5kDue
It’s added to your theme’s style.css in line 2171. You can access the CSS from WordPress Dashboard > Appearance > Theme Editor > Style.css option.
Or you can add these codes to WordPress Dashboard > Appearance > Customize > Additional CSS field (if you can’t find the CSS or way to make it look like the homepage header):
:not(.not-default-page).page-layout-full-width.layout-full #page-wrapper .full-container {
max-width: 1080px;
}
As for the margin issue on the posts, you can try to set the Page Layout to No Sidebar instead of Fullwidth by editing the post. Have a look at this screenshot:
https://prnt.sc/AZTB4HDwB3o6
If it doesn’t help then it’s best to contact theme support regarding the issue.
Hope this helps!