badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Search Results for 'white space'

Viewing 15 results - 16 through 30 (of 160 total)
  • Author
    Search Results
  • #67709

    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

    #67674
    Adriana Watkins
    Participant

    Hello,
    Is it possible to link the header image to the home page of the site? We have a wide JPG logo we would like to use as our header, rather than the small logo or the typed out site name. Additionally, there is a white space between our header and our navigation menu. How do we eliminate this?
    Thanks!

    #60960
    dustin.riley
    Participant

    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

    #60115

    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.

    #60098
    #59636

    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.

    #59352
    i.v.theodoridis
    Participant

    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

    #59348

    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.

    #59338
    i.v.theodoridis
    Participant

    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

    #57002

    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.

    #55360
    daryl
    Participant

    Hi Everyone,

    When we did a simple Update to Attitude 4.0, there were some very irritating changes to the Website Design.

    This has caused us hours of extra work and we still don’t have it looking like what we started with before the Update.

    Here is a link to the website. https://yoursaltlamps.com/wp/

    Still not fixed:

    Check out the big space above the Header Graphic that we can not get rid of. I believe that there is something about the Mobile Feature that is messing this up. There was a ‘Responsive Menu’ Button in the space above the Header Graphic and on Mobile, the Menu Bars are above the Header Graphic.

    Also, there was a change in the Footer with a large white space in the Footer.

    Here is a link to the website. https://yoursaltlamps.com/wp/

    What do we do? It was just fine before the newest Update. That really sucks…

    If we can not fix these problems we will have to go through the expense of utilizing another Theme and we really liked this before the update.

    Not yet a happy customer.

    Daryl Burns
    Vantage Media Marketing
    626-303-0767 (California 9-5)

    pentalogia
    Participant

    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;
    }
    pentalogia
    Participant

    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!

    #54448
    lisagburgess
    Participant

    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???

Viewing 15 results - 16 through 30 (of 160 total)