mddel Posted November 9, 2019 Share Posted November 9, 2019 Please be kind enough to let me know how I could increase the gap below the logo and the information boxes. Thank you for your assistance in advance. Link to comment Share on other sites More sharing options...
♥14steve14 Posted November 9, 2019 Share Posted November 9, 2019 Add a margin to the bottom of the header area. Depends on what version you are using as to how to achieve it. REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
♥JcMagpie Posted November 9, 2019 Share Posted November 9, 2019 32 minutes ago, mddel said: increase the gap below the logo and the information boxes if you are using Boostrap version simply go to the relavent template file and edit the class. So for logo go to public_html/includes/modules/content/header/templates/tpl_cm_header_logo.php and change <div class="col-sm-<?php echo $content_width; ?> cm-header-logo"> to <div class="col-sm-<?php echo $content_width; ?> cm-header-logo mb-2"> you are adding mb-2 which is adding a margin bottom 2 It's the same for any other class find the template file and make the required change. Link to comment Share on other sites More sharing options...
mddel Posted November 16, 2019 Author Share Posted November 16, 2019 Thank you very much the below change worked just fine for V 1.0.3.0 public_html/includes/modules/content/header/templates/tpl_cm_header_logo.php and change <div class="col-sm-<?php echo $content_width; ?> cm-header-logo"> to <div class="col-sm-<?php echo $content_width; ?> cm-header-logo mb-2"> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.