Home Forums WoodMart support forum I want align to left my blog page’s title texts

I want align to left my blog page’s title texts

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #164167

    gulp2327
    Participant

    Hello, Thanks for the good contents. It’s really helpful to me.

    And I would like to edit my blog page’s text area like attached capture image.
    (Align center to left)
    Or if I can, I want to know how can change template of each pages.

    Please give advice or help.
    Thank you.

    #164169

    gulp2327
    Participant

    Sorry, upload file again

    Attachments:
    You must be logged in to view attached files.
    #164272

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .blog-design-small-images:not(.has-post-thumbnail) .post-date {
        position: absolute;
        margin-bottom: 25px;
    	left:20px;
    }
    body .meta-categories-wrapp {
        position: absolute;
        top: 100px;
        left: 20px;
        right: auto;
    }
    body .blog-post-loop .entry-title{
    	margin-top:120px;
    	text-align:left;
    }
    body .woodmart-entry-meta {
        display: block;
        width: 100%;
    }
    body.entry-meta-list li {
        display: block;
        width: 200px;
    }
    body .hovered-social-icons {
        display: block;
    }
    body .hovered-social-icons:after {
        display: block;
    }
    body .blog-post-loop .article-body-container {
    
        text-align: left;
    }

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)