- This topic has 15 replies, 2 voices, and was last updated 4 years, 6 months ago by
vako.
-
AuthorPosts
-
September 29, 2020 at 3:39 pm #55446
My site – https://apatriotsvision.us/cms/
I want a short footer with only one sentence centered and the copyright on the right side.
I put the sentence in the center footer widget, will put the copyright in the right widget – now I need to remove the rule and padding from under the sentence so the space matches the one above the sentence.
Thanks Michael
September 29, 2020 at 4:01 pm #55449Hi Michael,
https://nimb.ws/aZAzYW here is only one text and its already align to the centre, seem that we understand your request incorrectly, please describe the changes you want more clearly.
Kind Regards
September 29, 2020 at 4:11 pm #55450Yes – I put the sentence in the center widget – now I need to remove the rule under it and make the padding the same as above the sentence.
The footer needs to be shorter.
Thanks,
Michael
September 30, 2020 at 10:13 am #55454Hi Michael,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.ashe-widget { margin-bottom: 10px !important; }
Kind Regards
September 30, 2020 at 10:23 am #55456That css moved the rule up to under the white tag line – now I need the rule removed completely and the bottom of the footer to end where the rule is now.
That way there is the same amount of space above and below the tag line.
Getting closer-
Thanks,
Michael
September 30, 2020 at 11:08 am #55461Hi Michael,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.footer-copyright { display: none; }
Kind Regards
September 30, 2020 at 11:28 am #55464Yes – oh I’m so happy – that worked and I can cross it off the list.
Thanks,
Michael
September 30, 2020 at 11:36 am #55465This reply has been marked as private.September 30, 2020 at 1:49 pm #55466This reply has been marked as private.September 30, 2020 at 2:03 pm #55468Hi Michael,
We are glad if we helped, thank you in advance for your effort.
Kind Regards
October 1, 2020 at 9:32 am #55474One last issue with the footer – the CSS for making it a short footer works on all pages except Awake & Empowered where it is confused and not recognizing the margin-top command, and is tall again.
Just that page.
Thanks,
Michael
October 1, 2020 at 11:10 am #55483Hi Michael,
Please share the direct link to the page where the issue appears and we will check for the possible solutions.
Kind Regards
October 1, 2020 at 12:49 pm #55494Direct link: https://apatriotsvision.us/cms/awake-and-empowered/
See screen shot PDF @ https://apatriotsvision.us/footer-screenshot.pdf
All of the other page footers look great.
Thanks,
Michael
October 1, 2020 at 2:59 pm #55499Hi Michael,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.page-id-25 .footer-widgets { padding-top: 20px !important; }
Kind Regards
October 2, 2020 at 6:40 am #55510I didn’t need that last css snippet because as soon as I got the background issue fixed on the post excerpts, the footer height stabilized and looks good.
Last issue on footer now – instead of the text centered it’s left adjusted.
Thanks,
Michael
-
AuthorPosts
- You must be logged in to reply to this topic.