How to change text margin or use blog format for only one page

Hi,
I need help setting up a nice and neat VLOG page for my videos and short texts.
Right now I have a page called ‘vlog’ and as you can see the text spans over the whole page and it does not look very nice. How can I change the margins of the text for just the page ‘vlog’ or if I would make a post out of it how can I make a blog format only for that page?

Sorry for the delay here.

Do you still need assistance here or have you managed to resolve it?

Hi Movin,
yes still need help! If you could help me?

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it? We could provide some CSS to change the page margins.

Best Regards,
Support

Hi, yes. The link is: Loading...

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.page-id-664 #main {
max-width: 1024px;
}

Please change the width 1024 in the above CSS code to whatever you want to set.

Thanks, it worked fine!

Another question; how can I lower the margin between video and text?
Is it possible to align the video to the left or right of the text?

http://www.dawoodneusser.com/vlog/

Thanks for the support,
Dawood

Hello there,

The margin appears fine on my end so we have 2 options here.

  1. Clear your browser cache and reload the page.
  2. Use the following CSS to edit the margin:
/*Paragraph margin*/ p { margin-bottom: 10px; }

Best Regards,
Support

Thanks! I failed to mention that the margins are very wide when I see the webpage on Iphone or tablet.
Why is that and can I change it to adjust to iphones and androids?

regards,
Dawood

I don’t see that issue as shown in the attached screenshot.

Please clear your browser cache or try using different browser.

Also please don’t mark your every reply as private unless it contains any sensitive information.

Hi again,

Sorry, I mean the height between text and video is stretched out on iphone/android. How can I decrease the margins between text and video?

cheers,
D

As said in my previous reply, i don’t see that issue.