Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e50b5e7

Browse files
committed
Some extra fixes
1 parent 0a3fc52 commit e50b5e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/css/base.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,9 @@ footer {
574574
height: 27px; }
575575

576576
@media only screen and (max-width: 1024px) {
577+
.bottom-footer {
578+
padding-top: 36px;
579+
}
577580
.bottom-footer, .fold-pusher {
578581
height: auto; }
579582
.social-links {

wp/wp-content/themes/tcs-responsive/footer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<footer class="bottom-footer">
2020
<!-- Footer links -->
2121
<nav class="menu-item">
22-
<div class="menu-item-header show-small">OTHERS</div>
2322
<ul class="submenu">
2423
<li class="submenu-item"><a ng-click="$event.stopPropagation();" href="/sitemap" class="menu-link">SITEMAP</a></li>
2524
<li class="submenu-item"><a ng-click="$event.stopPropagation();" href="/about" class="menu-link">ABOUT US</a></li>

0 commit comments

Comments
 (0)