Hi @adriana-watkins,
Sorry you cannot link the header image to home page, for it you need to hire a developer to customize the code as per your requirement.
And could you please share us your Site URL so that we can figure out the issue regarding the white space between the header and navigation menu.
Thanks
Hi there recently migrated my website and it appears that ultimate-pro is not letting my media library load or for me to search plugins. Disabling all my plugins does not resolve the problem but switching to the twenty-nineteen does solve the problem.
I also get the following error in my server log, unsure if it relevant:
20190302T145650: www.corkitwinemaking.com/wp-admin/admin-ajax.php
PHP Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosnacweb05/bosnacweb05av/b763/ipg.corkitwinemakingcom/corkitsite/WP-site/wp-content/themes/ultimate-pro/functions.php:1) in /hermes/bosnacweb05/bosnacweb05av/b763/ipg.corkitwinemakingcom/corkitsite/WP-site/wp-admin/includes/misc.php on line 1198
As far as I can tell there are no trailing white spaces on any of the php tags
I also the theme is currently up to date.
Any help would be greatly appreciated.
*Edit: It will load in list format just not grid
Hi,
Please add below custom CSS code to reduce white spaces in header section via Customizing > Design Options > Custom CSS
.hgroup-wrap {
padding-top: 0;
padding-bottom: 0;
}
.hgroup-right, #site-logo {
margin-top: 0;
}
Thank you for using our theme.
I am having problems trying to remove the blank white space above the header. Can someone help me. I am using free attitude.
(eventsbykimberly.com)
Hi there,
You can just limit the post title in one row but not the length. To limit the title in one row just go to Appearance > Customize > Additional CSS and paste the below custom CSS code to
.featured-section .entry-title,
.featured-stories .entry-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
Thank you for using our theme.
Hi,
Site is inactive currently until the design is finished so unfortunately, can’t provide a link.
If you forget the white space which I understand makes things more complicated, how would you remove the entire title element from a specific page?
Thanks,
Yiannos
Hi Yiannos,
Can you please share us the exact page of your site? So that we can see your site and provide you the exact code to remove those white space.
Thank you for using our theme.
Hi,
I would like for the title of the Homepage not to appear on the page. How could I hide it AND remove the space that it occupies?
(I was able to hide it but a white space still remains in its place which is not ideal.)
Thanks,
Yiannos
Hi Vanity,
Please add below custom CSS code to reduce the white space between the logo and menu.
#site-logo {
margin: 20px auto;
}
#site-title,
#site-description {
display: none;
}
Thank you for using our theme.
It’s the best setting for my situation if we no were find the way that removed only posting subject.
.breadcrumb {
max-width: 220px;
// display: inline-block; // ---except for mobile view
padding: 0;
margin-top: -3px;
vertical-align: middle;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Thank you for your suggestion.
That code is helpful.
But Plz allow one more question about this.
I have any suggestion from mtekk.com.
.breadcrumbs span[property="name"] {
max-width: 320px;
display: inline-block;
padding: 0;
margin-top: -3px;
vertical-align: middle;
max-width: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
It may be control in ‘posting subject’.
Because span[property=”name”] is a tag for the subject of each posting on Breadcrumb NavXT.
But that code(mtekk’s) has no effect anything in this theme.
So I changed as follows:
.breadcrumb {
max-width: 320px;
display: inline-block;
padding: 0;
margin-top: -3px;
vertical-align: middle;
max-width: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
I could get the effect that is same of your suggestion.
Can I however get an effect for span[property=”name”] ?
Finally, I want to remove ‘posting subject’ in breadcrumb menu-line by that code.
@pentalogia Please add below custom css code to hide the long text.
.breadcrumb {
max-width: 370px;
height: 20px;
text-overflow: ellipsis;
white-space: nowrap;
}
Thank you!
And if this helps diagnose the problem, there appears to be more white space padding the left side of my blog, as compared to before, which may be why the sidebar is now reverting to the bottom of the page (like it does on my phone). How can I fix that???