-
AuthorPosts
-
msilac Friend
msilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
November 20, 2014 at 7:01 am #202906How 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.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 20, 2014 at 7:53 am #555895try 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
1 user says Thank You to Pankaj Sharma for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Pankaj Sharma 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Module position near by main menu
Viewing 2 posts - 1 through 2 (of 2 total)