Skip to content
Snippets Groups Projects
Commit f99ef758 authored by Johannes Kreiner's avatar Johannes Kreiner
Browse files

[BUGFIX] Fix Slider layout issues

parent e379fc99
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,9 @@
<div class="sg-slide-content sg-slide-backdrop-dark">
<div class="frame frame-default frame-type-textmedia frame-layout-0 default-content-element">
<div class="text-center">
{headerTag -> f:format.raw()}
{newsMetaData.news.subtitleWithFallbackToTitle}
{closingHeaderTag -> f:format.raw()}
</div>
{headerTag -> f:format.raw()}
{newsMetaData.news.subtitleWithFallbackToTitle}
{closingHeaderTag -> f:format.raw()}
<p class="text-center tx-sgnews-teaser-meta">
<f:alias map="{authorCount: '{newsMetaData.news.newsAuthor -> f:count()}'}">
......
......@@ -8,7 +8,7 @@
<div class="sg-slide {f:if(condition: '{iterator.isFirst}', then: 'active')}">
<f:render partial="TeaserOverview" arguments="{
newsMetaData: newsMetaDataEntry,
headerTag: '<h3>',
headerTag: '<h3 class=\"text-center\">',
closingHeaderTag: '</h3>',
showCategory: 1
}" />
......
......@@ -68,7 +68,6 @@
}
.tx-sgnews-teaser-meta {
margin-bottom: 60px;
text-align: center;
font-size: 16px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment