I would like to add security seals to the top of the site rather than to each page. Above the main horizontal menu would be ideal. Is this possible?
Hello, Yes it is possible .Please provide URL and screenshot where you want to add security seal. Thanks & Regards Pramod
Hi, I have uploaded the screenshot with txt boxes where I would like to add the seals. The screenshot includes the url of the site. Thank you for your help Doug
Hello, Make a div in header.php file as shown below in screenshot. Code: <div class="security_seal"> <img src="https://ssl.comodo.com/images/comodo_secure_100x85_white.png" width="100px" height="60px"> <img src="http://www.positivessl.com/images-new/PositiveSSL_tl_trans.png" width="100px" height="60px"> <img src="http://www.positivessl.com/images-new/PositiveSSL_tl_white2.png" width="100px" height="60px"> <img src="http://www.dhs.gov/sites/default/files/styles/dhs_sidebar_carousel/public/s%26t-rotator.jpg?itok=jFNTQCUN" width="100px" height="60px"> </div> Apply Some following CSS Code: .security_seal img { margin-right: 20px; max-width: 100%; height: auto; } .security_seal{ loat: left; } That will resolve your issue. Thanks & Regards Yogesh Bhade