hi, thank you but not in this case.
In my fronted, in an article page I have:
<div class=card text-white bg-success mb-3">...
<div class="card-header">..
<div class="card-body">..
<div class="author-block author-block-post-detail pos-after-content">... <--- THIS IS AUTHOR BLOCK
...
<ul class="fields-container">... <--- THIS IS ARTICLE FIELD
...
everything above is generated by <?php echo $this->item->event->afterDisplayContent; ?> in article/default.php.
What I want to do, is to move "author-block" (<div class="author-block author-block-post-detail pos-after-content">) from the "card text-white bg-success mb-3". I can't do it iny CSS and I cant find any code with "ul class="fields-container".
best regards
In my fronted, in an article page I have:
<div class=card text-white bg-success mb-3">...
<div class="card-header">..
<div class="card-body">..
<div class="author-block author-block-post-detail pos-after-content">... <--- THIS IS AUTHOR BLOCK
...
<ul class="fields-container">... <--- THIS IS ARTICLE FIELD
...
everything above is generated by <?php echo $this->item->event->afterDisplayContent; ?> in article/default.php.
What I want to do, is to move "author-block" (<div class="author-block author-block-post-detail pos-after-content">) from the "card text-white bg-success mb-3". I can't do it iny CSS and I cant find any code with "ul class="fields-container".
best regards
Statistics: Posted by kalixo — Sat Feb 24, 2024 9:01 pm