Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • msilac Friend
    #202906

    How to add custom html module and small picture near by end of main menu? Like in screenshot?

    Now it is at right-menu module position bit that is not good… and in responsive it looks bad.


    1. screen_iso
    Pankaj Sharma Moderator
    #555895

    try this work
    Go to templatesubertplsblocksheader.php
    find this code

    <?php if ($headright): ?>
    <div class="site-navigation-right pull-right col-sm-5 col-md-3">

    change it into

    <?php if ($headright): ?>
    <div class="site-navigation-right pull-right col-sm-5 col-md-1">

    now open you custom html module
    and change its code
    from
    <img src="/images/rotator/ISO_certifikat.png" alt="Iso certifikat" width="150" height="145">
    to
    <img src="/images/rotator/ISO_certifikat.png" alt="Iso certifikat" style="
    max-width: 80px;
    ">

    please take a backup of original file before change .
    it will look like this>> http://prntscr.com/587ify
    you need to reduce right side logo size to make it fir in main nav .

    Hope it helps

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Pankaj Sharma 9 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum