haonas Hello
The menu-right
section is added by default in header-13
block. Here is the code of this block, you can take a look as reference:
<!-- HEADER BLOCK -->
<header id="t4-header-wrap" class="t4-header header-layout-13">
<div class="t4-header-inner header-theme-dark">
<div class="container">
<div class="row no-gutters d-flex align-items-center flex-nowrap wrap-header">
<div class="col-5 col-lg-2 d-flex justify-content-lg-center align-items-center">
<div class="t4-logo-header d-flex align-items-center">
<jdoc:include type="element" name="offcanvas-toggle" />
<jdoc:include type="element" name="logo" />
</div>
</div>
<div class="col-7 col-lg-10 top-right">
<div class="top-head d-flex align-items-center">
<div class="t4-header-left d-none d-lg-flex">
<jdoc:include type="modules" name="lead-info" />
</div>
<div class="t4-header-right d-flex justify-content-end align-items-center">
<jdoc:include type="element" name="theme-toggle" />
<jdoc:include type="element" name="megamenu-toggle" />
<div class="head-search">
<jdoc:include type="modules" name="head-search" />
</div>
</div>
</div>
<div class="t4-megamenu-wrap justify-content-between align-items-center d-flex">
<div class="t4-navbar">
<jdoc:include type="element" name="megamenu" />
</div>
<div class="menu-right d-none d-xl-flex">
<jdoc:include type="modules" name="menu-right" title="Trending Menu" style="JAxhtml"/>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- // HEADER BLOCK -->
Then create a new module type of ** Articles - Latest** and assign to menu-right
position.
If it still doesn't work, you can share the super admin account of your site so I can take a look.