Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Pinpoint › Remove whitespace between main menu bar and top of revolution slider
New Landing › How can we help? › Themeforest Theme Support › Pinpoint › Remove whitespace between main menu bar and top of revolution slider
Tagged: css, custom, display, home, Images, menu, navigation, page, pages, portfolio, remove, revolution, slider, Thanks, Top, using
- This topic has 14 replies, 4 voices, and was last updated 11 years by designprime.
-
Posted in: Pinpoint
-
June 13, 2013 at 8:35 am #8055
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
June 13, 2013 at 3:14 pm #8098Hi,
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
June 13, 2013 at 6:25 pm #8155Thanks – where does that CSS go?
June 14, 2013 at 12:13 pm #8203Pinpoint Options/General/Custom CSS
Regards,
————————————————————————————————————Cosmin – Support
June 15, 2013 at 10:21 am #8295Hi… no that does not work 🙁
JJune 15, 2013 at 2:04 pm #8306I can’t seem to see your custom css please make sure you’ve added it to “General Settings / Custom CSS” and save
Thanks
BenJune 26, 2013 at 1:50 pm #9298Hi 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
June 27, 2013 at 5:56 pm #9384Hi,
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 AssistantJune 27, 2013 at 6:34 pm #9390Cosmin, 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
June 30, 2013 at 4:39 pm #9600article, .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 AssistantJuly 1, 2013 at 10:10 am #9687Thanks – 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
July 1, 2013 at 12:26 pm #9704Hmm, 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
July 1, 2013 at 1:38 pm #9722Emm… added the class to the rev slider and style.css file, cleared browser cache – it’s not working 🙁
July 2, 2013 at 8:51 pm #9874Apologies, 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 AssistantJuly 4, 2013 at 11:25 pm #10301Sorry, ignore as we posted this in the wrong forum as we searched for similar topics and didn’t realise.
-
Posted in: Pinpoint
You must be logged in and have valid license to reply to this topic.