Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › Some adjustments, header, portfolio slider, spacing
New Landing › How can we help? › Themeforest Theme Support › Dante › Some adjustments, header, portfolio slider, spacing
- This topic has 14 replies, 2 voices, and was last updated 10 years by Kyle – SUPPORT.
-
Posted in: Dante
-
July 30, 2014 at 1:10 pm #96102
Hello Support,
In the attachment you can see some modification questions.
Header image:
Is it possible to add a image in this layout?Revolution slider text box spacing:
There is a big white space between the slider and text box. I have tried to delete this with the spacing on -100px for example but nothing works.Portfolio slider:
Is it possible to make a portfolio slider with the same options as a product slider see this example of Dante.Attachments:
You must be logged in to view attached files.July 30, 2014 at 2:21 pm #96123Hi there
1) Add this to your custom css:
#header { background-image: url(yourimage); }
2) You need to check the box to ‘remove top spacing’ in the page meta options. If that doesn’t do it then use the extra classes on your elements:
mt0 = margin top 0 mb0 = margin bottom 0
3) Unfortunately not sorry
– Kyle
July 31, 2014 at 7:42 am #96284Hi Kyle,
Thanks for your reaction. But your code for the header is not working so I have another solution to place a image in the header (see attachment). But how can I change the hight of the top bar? I searched with Firebug but can’t find the write code for this.
And I want to delete the small search icon in the header.
Thanks!
Regards,
JoostAttachments:
You must be logged in to view attached files.July 31, 2014 at 8:25 am #96304Are you sure you want the image in the topbar? I can relook at the header if you want?
Your image is inside a p tag which is causing the space below
– Kyle
July 31, 2014 at 8:26 am #96305As for the search, you can disable this in Theme Options > Header Options
July 31, 2014 at 8:52 am #96315This reply has been marked as private.July 31, 2014 at 8:58 am #96318Please add this to your custom css:
#top-bar { padding: 15px 0; } #top-bar p { margin-bottom: 0; }
– Kyle
July 31, 2014 at 9:12 am #96327Hi Kyle,
If you look at the custom CSS. I placed the code there but nothing changes.
Regards,
JoostJuly 31, 2014 at 9:19 am #96332That’s because you have this is your custom css:
ul.pagination-wrap.portfolio-pagination{display:none} ul.portfolio-categories{display:none} div.date updated{display:none}
None of those properties are closed with a semi colon, it should be:
ul.pagination-wrap.portfolio-pagination{display:none;} ul.portfolio-categories{display:none;} div.date updated{display:none;}
– Kyle
July 31, 2014 at 9:42 am #96344Hi Kyle,
A oke I changed it to the write code. But I think I do something wrong because nothing is changing:).
Regards,
JoostJuly 31, 2014 at 9:48 am #96353Now you’ve added double semi colons?
.alt-bg { margin-top: 0px; ;} #top-bar { padding: 15px 0px; ;} #top-bar p { margin-bottom: 0px; ;}
I was only referring to the code I pasted above, you’ve added a semi colon to all of it. Properties only need 1 semi colon to close
– Kyle
July 31, 2014 at 10:08 am #96366Hi,
This the code I add to the custom CSS.
ul.pagination-wrap.portfolio-pagination{display:none;} ul.portfolio-categories{display:none;} div.date updated{display:none;} .alt-bg { margin-top: 0px; } #top-bar { padding: 15px 0px; } #top-bar p { margin-bottom: 0px; }
Can you place the right code, so there is no error? With the above code nothing changes in the topbar.
Regards,
JoostJuly 31, 2014 at 10:12 am #96368You need to add a dot before the updated. Remove all of your custom css and add this:
ul.pagination-wrap.portfolio-pagination{display:none;} ul.portfolio-categories{display:none;} div.date .updated{display:none;} .alt-bg { margin-top: 0px; } #top-bar { padding: 15px 0px; } #top-bar p { margin-bottom: 0px; }
– Kyle
July 31, 2014 at 10:20 am #96371Hi,
Thanks that was the solution! Everything looks great now!
Thanks Kyle!
Regards,
JoostJuly 31, 2014 at 10:25 am #96373Great, no problem
– Kyle
-
Posted in: Dante
You must be logged in and have valid license to reply to this topic.