Hi again,
I need to move the portfolio category description to just above the footer e.g. this page https://www.kamillaruus.dk/portfolio-category/akrylmalerier/.
Is it the taxonomy-category-portfolio.php file I need to edit and move this section:
<div class="page-content clearfix">
<?php if ($category_description != "") { ?>
<div class="port-category-description">
<?php echo do_shortcode($category_description); ?>
</div>
The second thing I need to do with the portfolio category description is:
– Put the description in a full width row with a lightgrey backgound.
– The full width row should have no space to the footer.
How can I achieve this result?
Hope you awesome guys can help me.
Best regards
Morten
Attachments:
You must be
logged in to view attached files.