Forum Replies Created

Viewing 8 posts - 61 through 68 (of 68 total)
  • Posted in:
  • snarfe
    Member
    Post count: 80

    Thanks for your reply Rui, I just sorted it too I think!

    http://www.monkind.com/news

    i wanted to remove the author and date information under the post title, and succeeded with:

    .blog-item-details {
    display: none !important;
    }

    I’m also toying with the idea of taking out the comment and like images, if i do decide on that, I guess it will be:

    }
    span.standard-post-date{display:none !important}
    div.comments-likes{display:none !important}
    .overlay .thumb-info i {
    display: none;
    }

    snarfe
    Member
    Post count: 80

    @Bbadmin could you post your solution please?

    in reply to: Spacing options in header after update 2.0 disappeared #131599
    snarfe
    Member
    Post count: 80

    as posted in the other thread:

    this worked for me, although the code should obviously be updated depending on which header you use. I use header 2, so in the code just switched all instances (in the first and second code) of “header-4” to “header-2”

    #header-section.header-2 #logo > a.logo-link, #header-section.header-5 #logo > a.logo-link {
    height: auto;
    }
    #header-section.header-2 {
    margin-top: -15px;
    margin-bottom: -20px;
    z-index: auto;
    }

    #header-section.header-4 #header nav#main-navigation ul.menu > li, #header-section.header-5 #header nav#main-navigation ul.menu > li, #header-section.header-4 .header-right nav ul.menu > li, #header-section.header-5 .header-left nav ul.menu > li {
    line-height: 100px;
    }

    thanks flobaby!

    a fix at the next update would be nice though, as flobaby said, this code didn’t work in the child css, so will be removed at the next update anyway…

    snarfe
    Member
    Post count: 80

    this worked for me, although the code should obviously be updated depending on which header you use. I use header 2, so in the code just switched all instances (in the first part of the code) of “header-4” to “header-2”

    #header-section.header-2 #logo > a.logo-link, #header-section.header-5 #logo > a.logo-link {
    height: auto;
    }
    #header-section.header-2 {
    margin-top: -15px;
    margin-bottom: -20px;
    z-index: auto;
    }

    #header-section.header-4 #header nav#main-navigation ul.menu > li, #header-section.header-5 #header nav#main-navigation ul.menu > li, #header-section.header-4 .header-right nav ul.menu > li, #header-section.header-5 .header-left nav ul.menu > li {
    line-height: 100px;
    }

    thanks flobaby!

    a fix at the next update would be nice though, as flobaby, it didn’t work in the child css, so will be removed at the next update anyway…

    in reply to: How to get rid of extra vertical space in Header since update? #131502
    snarfe
    Member
    Post count: 80

    we too are having problems with the header since the last theme update over in this thread: http://www.swiftideas.com/forums/topic/spacing-options-in-header-after-update-2-0-disappeared/

    in reply to: Spacing options in header after update 2.0 disappeared #131493
    snarfe
    Member
    Post count: 80

    screenshots

    Attachments:
    You must be logged in to view attached files.
    in reply to: Spacing options in header after update 2.0 disappeared #131490
    snarfe
    Member
    Post count: 80

    from Ed: http://www.swiftideas.com/forums/topic/neighborhood-v2-0-now-available/

    “Improved header logo / menu height adjustment based on logo size, now set automatically based on the logo image size”

    Though, how is it possible that the logo, which is in the header, automatically adjusts and extends out of the header to cover my menu up?

    I also don’t understand this, which seems the most relevant (and newest) in: Theme Options > Header Options :

    “Please enter the width of your logo here (standard size), so that it is restricted for the retina version. Numerical value (no px).”

    It’s set to “0” my standard, I’ve tried various numerical values, though my logo only go even lower over the menu or disappears completely. If we need to enter logo width than surely logo height is also important?

    Have checked different browsers, all the same…interestingly on a tablet (landscape view) the logo doesn’t extend over the header, rather is cut off where the header ends….have just started to get the site how i want it and orders are coming through more regularly…..please help!

    in reply to: Spacing options in header after update 2.0 disappeared #131484
    snarfe
    Member
    Post count: 80

    I too am having a similar problem: http://www.monkind.com

    since update the logo now sits over the menu bar. before update i had no customizations, and had simply uploaded the logo through the standard theme option > header options. I have tried deleting the logo and re-uploading, checked all settings within theme option > header options, all to no avail. Need help desperately as my site looks amateur at the moment!! please fix this!

Viewing 8 posts - 61 through 68 (of 68 total)