Site logo

Archived topic

Tasty Theme - Title Help Needed

5 replies · Started by Ana on February 8, 2019

Viewing posts 1–6 of 6

I'm using -> Single Post Sidebar Layout - Content (no sidebars) <- for the Tasty Theme.

Everything is center aligned except the Blog Post Title - it's right alignment.

So my question is - How can I make the Title centered?

Great thanks Leo :) How can I do the same with the -> Date, by Author Name

I suppose this is the the code:

Since you have this in your custom CSS:

.entry-meta {
	font-weight: 300;
	font-size: 13px;
	display: flex;
}

You'd need to replace it with this:

.entry-meta {
    font-weight: 300;
    font-size: 13px;
    display: flex;
    justify-content: center;
}

Thank you Tom, I hired a developer who did some custom CSS while working with Elementor.

I decided to remove Elementor and I'll work solely with Gutenberg and GeneratePress.

Love the theme and appreciate the support you are providing.

Thanks again! :)

Awesome! Really glad you're enjoying it :)

This archived topic is closed to new replies.