New Landing How can we help? Themeforest Theme Support Pinpoint Remove whitespace between main menu bar and top of revolution slider

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Pinpoint
  • #8055
    AuthenticUK
    Member
    Post count: 29

    Hi,

    Please view our portfolio pages here: http://www.authentic-representation.com/portfolio/amangwane-kosi-bay/

    We would like some custom CSS to remove the whitespace under the main nav and above the revolution slider images. We’re not using the headings etc designed to go there.

    The CSS should display the portfolio items exactly as the home page items – no gap between the top of the slide and the navigation bar here – http://www.authentic-representation.com/

    Thanks,

    J

    #8098
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Try with this, it’s customized to that particular page:

    .postid-208 article#208, .postid-208 #208 .body-text {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #8155
    AuthenticUK
    Member
    Post count: 29

    Thanks – where does that CSS go?

    #8203
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Pinpoint Options/General/Custom CSS

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #8295
    AuthenticUK
    Member
    Post count: 29

    Hi… no that does not work 🙁
    J

    #8306
    Ben – SUPPORT
    Member
    Post count: 690

    I can’t seem to see your custom css please make sure you’ve added it to “General Settings / Custom CSS” and save

    Thanks
    Ben

    #9298
    AuthenticUK
    Member
    Post count: 29

    Hi Ben,

    Can confirm the CSS is there – see attached. This is achievable on a page with a provided checkbox and works perfectly – it puts the rev slider directly under the nav. The CSS fix doesn’t work – can you implement this into the theme itself on the portfolio item with a checkbox and upgrade the theme?

    If I didn’t want to use the portfolio carousel it wouldn’t be such an issue – I could just use pages, but this defeats the whole purpose of the portfolio functionality.

    Having a big chunk of whitespace above the fold like this is a waste of screen real estate! It looks daft.

    J

    #9384
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    I had the code tested and it was written specifically for that page of yours. Are you using it on a different page?

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #9390
    AuthenticUK
    Member
    Post count: 29

    Cosmin, Thanks – no it doesn’t work on that page – but I would want to apply it to every property in our portfolio…

    The theme has a checkbox performing similar functionality on WP pages – might it be easier to add this in the framework?

    Would appreciate a fix to this – even if it’s in a forthcoming theme tweak.

    J

    #9600
    Cosmin – SUPPORT
    Member
    Post count: 3851
    article, .body-text {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    ^ That should be site-wide available. You still have some margin on that “Amangwane Kosi Bay” portfolio, because you have a figure element in there, that is not populated with any image. Do you have something inserted in the page builder before the slider in there?

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #9687
    AuthenticUK
    Member
    Post count: 29

    Thanks – That’s removed nearly all the whitespace, but there is around 30px left. There is no other item above the Revolution Slider. There is no HTML code above the Revolution Slider.

    Any thoughts?

    J

    #9704
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hmm, the figure element is still there, that’s what’s causing it.

    Add an extra page class, name it “no-rev-spacing” (no quotes)

    Then, add this custom CSS:

    .no-rev-spacing .media-wrap { display: none; }

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #9722
    AuthenticUK
    Member
    Post count: 29

    Emm… added the class to the rev slider and style.css file, cleared browser cache – it’s not working 🙁

    #9874
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Apologies, my mistake with the class – you can remove it.

    Use this instead of the code above:

    .single-portfolio article .media-wrap { display: none !important; }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #10301
    designprime
    Member
    Post count: 30

    Sorry, ignore as we posted this in the wrong forum as we searched for similar topics and didn’t realise.

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register