Skip to content

Commit 6b8131a

Browse files
handling mobile footer elements
1 parent 55bdd24 commit 6b8131a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

assets/theme/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ nav .mbr-section-btn {
360360

361361
/*! Scroll to top arrow */
362362
.mbr-arrow-up {
363-
bottom: 25px;
364-
right: 90px;
363+
bottom: 45px;
364+
right: 32px;
365365
position: fixed;
366366
text-align: right;
367367
z-index: 5000;

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,23 +255,23 @@ <h5 class="card-title mbr-fonts-style display-5"><strong>Free your Potential</st
255255
<img src="assets/images/logo.svg" alt="WeekToDo" height="50">
256256
</div>
257257
</div>
258-
<div class="col-11 col-6 d-flex justify-content-center justify-content-md-end">
259-
<div>
258+
<div class="col-11 col-6 d-flex justify-content-center justify-content-md-end flex-column flex-sm-row">
259+
<div class="align-self-center">
260260
<p>
261261
<a href="https://qvapay.com/payme/merodriguez9112" target="_blank">
262262
<img src="assets/images/qvapay-donate.png" title="Qvapay - Donate with Cryptocurrencies, Airtm or Payeer" style="width: 147px; height: 47px;"/>
263263
</a>
264264
</p>
265265
</div>
266-
<div class="ml-5">
266+
<div class="ml-sm-5 align-self-center">
267267
<form action="https://www.paypal.com/donate" method="post" target="_top">
268268
<input type="hidden" name="hosted_button_id" value="TVWQZVZDCBSK2"/>
269269
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0"
270270
name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button"/>
271271
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/>
272272
</form>
273273
</div>
274-
<div id="google_translate_element" class="ml-5"></div>
274+
<div id="google_translate_element" class="ml-sm-5 align-self-center"></div>
275275
</div>
276276
</div>
277277
<div class="footer-lower">
@@ -320,5 +320,7 @@ <h5 class="card-title mbr-fonts-style display-5"><strong>Free your Potential</st
320320
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
321321
<script src="assets/touchswipe/jquery.touch-swipe.min.js"></script>
322322
<script src="assets/theme/js/script.js"></script>
323+
324+
<div id="scrollToTop" class="scrollToTop mbr-arrow-up" style=""><a style="text-align: center;"><i class="mbr-arrow-up-icon mbr-arrow-up-icon-cm cm-icon cm-icon-smallarrow-up"></i></a></div>
323325
</body>
324326
</html>

0 commit comments

Comments
 (0)