Title: main title in posts
Last modified: August 30, 2016

---

# main title in posts

 *  Resolved [CayaTe](https://wordpress.org/support/users/cayate/)
 * (@cayate)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/main-title-in-posts/)
 * Hi there,
 * First of all: I LOVE Klean. It is such a beautiful theme! Thanks for it.
    I guess
   I read all the posts and got already some answers so I could perfectly customize
   it. BUT … I am not able to solve what to me seems to be simple problems:
 * I.
    The main title of my page seems to be too long – so it is constantly changing
   it’s size on the post-pages or depending on the screensize. I there an solution
   for it? Maybe a) just NOT have it on every post-page b) smallen it at the pages(
   or in general). c) do I have to make a logo / jpg out of it – would that solve
   the prob? d) do I have to delete the whole title (which would be a pity since
   I find it very beautiful this way. f.e. here [http://www.trydifferentkeywords.com/the-project/](http://www.trydifferentkeywords.com/the-project/)
 * II.
    I do not want to delete the credits of Divjot Singh, since I am grateful
   he developed the theme. But is there a chance to place it at the end and it in
   the center of the page? It is constantly hopping around and I am not really happy
   that it does. 😉 The more since i biggened the font size of the posts already
   and it got bigger too.
 * III.
    If I scroll at a page the letters continue behind the menu so you cannot
   read the menu any more. Is there a fix for that?
 * Thanks alot for any help!
    Caya [http://www.trydifferentkeywords.com](http://www.trydifferentkeywords.com)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/main-title-in-posts/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/main-title-in-posts/page/2/?output_format=md)

 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527446)
 * Hello Caya,
    Regarding the title, I think it would be best if your make a logo
   out of the text. Otherwise there is always a danger of text breaking in the title.
 * Regrding the footer text, it is appearing differently on some pages as there 
   is less content in these pages. The footer text was designed to appear below 
   the content area. Since content is less, the footer appears on the higher side.
 * I see you have this issue occurring on most of your pages. Can you provide the
   URL of the pages of your site where this issue is not occurring so that I can
   provide a fix for the rest of the pages?
 * To change the size of the footer text, add the following code to custom css-
 *     ```
       .site-info {
       font-size: 14px;
       }
       ```
   
 * Divjot
 *  Thread Starter [CayaTe](https://wordpress.org/support/users/cayate/)
 * (@cayate)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527498)
 * Dear Divjot,
    thanks for your quick reply, sorry for me being slow. 🙂
 * Okay, so I will make a logo. –> solved
    And footer size is changed, thank you!–
   > solved And the footer apperance will change when there’s more content, right?–
   > solved
 * The issue with the letters scrolling up behind the menue bar is indeed not at
   every page. Here all seems to be fine to me:
    [http://www.trydifferentkeywords.com/artists/](http://www.trydifferentkeywords.com/artists/)
 * And, one more, sorry!
    I wanted to delete the “recent posts” underneath the pict
   at home page. And I read that you recommended this code: #page { display: none!
   important; }
 * If i put it into the css the home page looks nice, but all my content is lost–
   on every other page. Weird, no?
 * Anyway: SO MUCH THANKS already and in advance.
    Best from Berlin, Caya
 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527513)
 * Add the following code to custom css-
 *     ```
       body:not(.blog) #page {
       display: none !important;
       }
       ```
   
 * It should solve your issue…
 * Divjot
 *  Thread Starter [CayaTe](https://wordpress.org/support/users/cayate/)
 * (@cayate)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527521)
 * Hey Divjot,
 * no, it doesn’t :((
    Instead all content dissapears when I fill in this code. (
   Shall I do it again so you can see how it looks when it is in there?)
 * Sorry that it is that complicated.
    Caya
 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527524)
 * Hello Caya,
    If its OK for you, can you please apply the code to the site and
   then show it to me once. Just notify me here and I will check out your site.
 *  Thread Starter [CayaTe](https://wordpress.org/support/users/cayate/)
 * (@cayate)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527525)
 * Dear Divjot,
 * done. See, everything’s empty beside the homepage. (I’m using firefox.) F.E. 
   this one: [http://www.trydifferentkeywords.com/project/](http://www.trydifferentkeywords.com/project/)
 * Thanks for checking it.
    Caya
 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527526)
 * Ok, I have seen the site. Try adding this code-
 *     ```
       .blog #page {
       display: none !important;
       }
       ```
   
 *  Thread Starter [CayaTe](https://wordpress.org/support/users/cayate/)
 * (@cayate)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527527)
 * done. content there again, still scrolling sometimes behind menu. seems complicated.
   let me know if you are fed up. 😉
 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527550)
 * Can you please share the URL of the page where you are facing the issue.
 * Divjot
 *  Thread Starter [CayaTe](https://wordpress.org/support/users/cayate/)
 * (@cayate)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527562)
 * sure. here you go.
    [http://www.trydifferentkeywords.com/terms/](http://www.trydifferentkeywords.com/terms/)
   [http://www.trydifferentkeywords.com/pictures/](http://www.trydifferentkeywords.com/pictures/)
   [http://www.trydifferentkeywords.com/the-hague/](http://www.trydifferentkeywords.com/the-hague/)
   my best caya
 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527598)
 * Hello Caya,
    Apologies for the delay.
 * Add the following code to custom css-
 *     ```
       .page-id-119 #site-navigation, .page-id-13 #site-navigation, .page-id-58 #site-navigation {
       position: absolute;
       }
       ```
   
 * It should work…
 * Divjot
 *  Thread Starter [CayaTe](https://wordpress.org/support/users/cayate/)
 * (@cayate)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527600)
 * Dear Divjot,
    no prob. It indeed does work … but not in total. Sometimes now 
   the whole page scrolls, including the menu – here: [http://www.trydifferentkeywords.com/terms/](http://www.trydifferentkeywords.com/terms/)
   here: [http://www.trydifferentkeywords.com/the-hague/](http://www.trydifferentkeywords.com/the-hague/)
   That’s how it SHOULD look like I guess. But then again it happens again – I put
   more “content” (xxx) in it to check: [http://www.trydifferentkeywords.com/project/](http://www.trydifferentkeywords.com/project/)
   [http://www.trydifferentkeywords.com/nijmegen/](http://www.trydifferentkeywords.com/nijmegen/)
   for example. I thought I created a very simple page contentwise, but it seems
   to be too complex all of it. Did I do sth wrong? Caya
 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527601)
 * Hello Caya,
    Scrap the old code and add this one to custom css-
 *     ```
       #site-navigation {
       position: absolute;
       }
       ```
   
 * I changed it for the complete site.
 * Divjot
 *  Thread Starter [CayaTe](https://wordpress.org/support/users/cayate/)
 * (@cayate)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527602)
 * YOU ARE AWESOME! thank you so much for all your work, divjot, i was nearly about
   to give up.
    THANK you so much for the theme and the help and. yeah. :))) happy:
   caya
 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/main-title-in-posts/#post-6527603)
 * You’re welcome !!!!
    If you liked the theme, kindly leave it a review ( hope 
   a good one ) here.
 * It will be much appreciated !!!
 * Divjot

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/main-title-in-posts/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/main-title-in-posts/page/2/?output_format=md)

The topic ‘main title in posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/klean/1.26/screenshot.jpg)
 * Klean
 * [Support Threads](https://wordpress.org/support/theme/klean/)
 * [Active Topics](https://wordpress.org/support/theme/klean/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/klean/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/klean/reviews/)

 * 16 replies
 * 2 participants
 * Last reply from: [CayaTe](https://wordpress.org/support/users/cayate/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/main-title-in-posts/page/2/#post-6527604)
 * Status: resolved