Centered Content when no sidebar is used

Posted in: Newspaper
Post count: 9

Hi there, my special question this evening:

Is it possible to center the content, wen there’s no sidebar in use? Like this: http://ze.tt/dieses-4-jaehrige-maedchen-hat-einen-witwer-wieder-zum-lachen-gebracht/

Thanks a lot. You’re doing a great job!

Post count: 22421

Hello,

Our theme does not have such a feature but you can use this custom css to make the content align center:

.single .td-pb-span12.td-main-content{
text-align:center!important;;
}

.single .td-pb-span12.td-main-content header .td-post-author-name, .single .td-pb-span12.td-main-content header .td-post-date{
float:none!important;
}

The breadcrumbs are outside the post content so they cannot be centered based on the content (sidebar or not) There is no simple way to detect if there is a sidebar or not for the breadcrumbs.

Thank you!

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