Hello,
How can I customise blog page? At the moment is looking so messy and post page is not using the .blog class for me to use that to customise.
I want to add margin/padding to the left and right, only on the blog page.
Kind Regards,
Akrum
Hello,
How can I customise blog page? At the moment is looking so messy and post page is not using the .blog class for me to use that to customise.
I want to add margin/padding to the left and right, only on the blog page.
Kind Regards,
Akrum
Hi Akrum,
The post pages will not have the blog class as the blog class is assigned to the blog page assigned on your site.
As I have checked on your site, you have the page https://dev.profusioncustoms.com/blog/ as your blog page but it is just a normal page and you used an Essential Grid for the page.
To assign a page as the blog page, please go to WP Admin > Settings > Reading then set the page you have created as the A static page (select below).

Once you assign a page as the post page, the page will have the class blog which you can use as the class selector.
Hope this helps.
Thank you, I can see the blog class now. however how I am going to customise the “post” page? as you can see at the moment the content is edge to edge and need some padding.
For a single post page you can use the class .single-post for customization. You can simply add the following code in the Theme Options > CSS:
.single-post .x-main.full {
margin: 50px auto;
width: 70.536945%;
}
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
Thank you , its working 
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.