Home Forums WoodMart support forum Align title to the left on single blog post

Align title to the left on single blog post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #248915

    Mishkat
    Participant

    Hello,

    I would like to align the title on a single blog post. I’ve tried codes from your support forum but what happens when I add the code is that the first line of the actual post comes right after it instead of starting on a new line.

    #249022

    Hello,

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

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

    Best Regards

    #249027

    Mishkat
    Participant

    Thank you. This worked but only for the title.

    What about the author alignment to the left?

    #249041

    Hello,

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

    .woodmart-entry-meta {
        display: flex;
    }

    Best Regards

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