-
Posted in : Readme
-
Hello! My client does not want titles to show on any of the pages and would also like me to close up the space between the main text and the top of the page (where the title of the page normally would go) is there a way for me to do this?
Thanks again!
Hi,
You can use this custom css code;.page > .entry-header { display: none; }Thanks
Hello! Unfortunately, this isn’t doing anything to tighten up the space between the header and the content where the title usually would go. Right now, the content still starts a little too far down on the page. Please advise & thanks for the help in advance!
Hi,
Could you try to use these custom css codes;@media screen and (min-width: 768px) { .entry-content { padding-top: 1.0em; } .entry-header { padding-top: 1em !important; } }Thanks
Unfortunately this doesn’t seem to be working either!
Hi,
Could you provide me your related page url, please?
Thankslisefunderburg.com
right now there is about an inch of space between the logo and the content on any of the pages, and my client has asked that I reduce that as much as possible!
thank you in advance again for all the help!
Hi,
You can try to use this custom css code;@media screen and (min-width: 768px) { .entry-header, .entry-content { padding-top: 0 !important; } }Thanks
Hi, If doesn’t work so many custom css code that I give you might be doing something wrong. I expanded the code a little bit more. Can you tell me places that are not working? When I check, I see it is working well. Make sure your browser does not cache.
Hi Serkan! I checked in an uncached window but it still shows about an inch of space between the bottom of the logo (aka between where it says “Writer Editor Flaneuse) the content on all the pages (for example, the slider on the homepage. I have no doubt I am likely doing something wrong! Right now I am just pasting the custom CSS you wrote into the Custom CSS box in Theme Options > Style under all of my other custom CSS for the site.
Hi,
Please look at the custom css code again. What I write is different from what you paste. I told you that I made the code slightly different above. Please check again. If you are still having problems please send us the wp-admin details via the contact page and add this topic url as well.
Thanks
You must be logged in and have valid license to reply to this topic.