Block Header location to be on the right side

Posted in: Newspaper
Post count: 15

Hi,

How can I move the header block title to the right side as in the picture below

https://imgur.com/a/L0J6HvL

Post count: 15

Sorry Wrong Picture please find below:

https://imgur.com/a/QkaWEEK

Post count: 20688

Hi,

That is the Newspaper theme from what I can see, this is the Newsmag forum.

Newspaper has a few block header styles to choose from
https://demo.tagdiv.com/newspaper/block-header-1/
Most of theme are left aligned however, or center aligned. This is because the right side is where the ajax filter is displayed
https://www.screencast.com/t/gTQAf2T1Lzu

If you don’t plan on using ajax filters you could use some CSS
https://www.screencast.com/t/U7XnTHaM9Ky
This code is general, it will affect all the block titles in the website when used

.block-title {
text-align: right!important;
}

Thanks

Post count: 15

Hi,

Thank you for your replay. I misposted this here, it had to be on newspaper yes, but it worked thank you very much.

Best,

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.