New Front EN › Support Forums › Kabuki Theme Support › copyright area not at the bottom of the page
Tagged: copyright area
- This topic has 1 reply, 2 voices, and was last updated 10 years, 3 months ago by
satori.
-
AuthorPosts
-
June 2, 2013 at 3:21 pm #1330
jonyhan
Participantwhen active the copyright text area, just home page, it shows in the bottom of the page, in other pages like portfolio or blogs, even single full width page, if short contents or less, it shows in the middle of the page. btw, i using the lastest version of safari and chrome.
-
This topic was modified 10 years, 3 months ago by
jonyhan.
June 3, 2013 at 9:24 am #1335satori
KeymasterDear Jonyhan,
once activated, the copyright area will be displayed on all pages by default – this is the intended theme’s behaviour so as to show the copyright holder of the website on all parts of the website. The copyright area, just like the footer widget area, will display right under content, thus if the height of the content on a particular page is small, it will float up from the bottom of the page, which is also a normal behaviour – most other WordPress themes use the same CSS principles and thus have the same effect – since it is not possible to fix the footer at the bottom of the page only for pages with small amount of content using purely CSS.
However, if you want to keep the copyright only on the front page, please do the following: go to “Appearance -> Editor” and add the following lines of code at the bottom of the “style.css” file (should be opened by default):
.home #footer #copyright { display: block !important; }
#footer #copyright { display: none; }
and do not forget to hit “Update File” to save the changes!Let me know if this is what you needed.
Best,
Andrew / Satori Studio -
This topic was modified 10 years, 3 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.