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
(@cayate)
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/
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
Add the following code to custom css-
body:not(.blog) #page {
display: none !important;
}
It should solve your issue…
Divjot
Thread Starter
CayaTe
(@cayate)
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
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
(@cayate)
Dear Divjot,
done. See, everything’s empty beside the homepage. (I’m using firefox.) F.E. this one: http://www.trydifferentkeywords.com/project/
Thanks for checking it.
Caya
Ok, I have seen the site. Try adding this code-
.blog #page {
display: none !important;
}
Thread Starter
CayaTe
(@cayate)
done. content there again, still scrolling sometimes behind menu. seems complicated. let me know if you are fed up. 😉
Can you please share the URL of the page where you are facing the issue.
Divjot
Thread Starter
CayaTe
(@cayate)
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
(@cayate)
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/
here: 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/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
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
(@cayate)
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
You’re welcome !!!!
If you liked the theme, kindly leave it a review ( hope a good one ) here.
It will be much appreciated !!!
Divjot