Home Forums WoodMart support forum Can u please help me to align title, meta of single blog?

Can u please help me to align title, meta of single blog?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #127180

    ab
    Participant

    Hi,

    Can u please help me to align title, meta of single blog? Please refer to attached image for further clarification. I want to align title, category and meta tag to left side.

    Thanks

    #127206

    Hello,

    Please provide the updated site admin access as well as the screenshot.

    Best Regards

    #127235

    ab
    Participant

    sorry my upload over exceeded the file size, here is the link and image

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

    Hello,

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

    .single-post .post-single-page .entry-title {
    	text-align:center;
    }

    Best Regards

    #127342

    ab
    Participant

    Hi,

    Thanks for the code, it is only aligning the title text to the left. Can u plz provide me CSS for the Meta data, and category tag, which are below and above respectively of title.

    Thanks in advance

    #127362

    Hello,

    Please show on the screen what you want to change: http://www.shinesongolt.mn/blog/ everything in the center now.

    Best Regards

    #127363

    ab
    Participant

    Hi,

    If u go to the single post page, u can see the title, meta, category aligned to the center. How can I align it to the left side. I think default is aligned as it is – center

    #127387

    Hello,

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

    body .post-single-page .meta-post-categories {
        margin-top: 0;
        margin-bottom: 15px;
        float: left;
    }
    .single-post .post-single-page .entry-title {
    	text-align:left;
    	display:block;
    	clear:both;
    }
    body .post-single-page .woodmart-entry-meta {
        float: left;
    }
    body .woodmart-post-date {
        top: 45px;
    }

    Best Regards

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