Dear support,
please can you help me in how to move arrows in the portfolio post?
Isearched in the forum but I didn’t find any post about this.
I use PRO with Ethos stack.
Thank you very much

Dear support,
please can you help me in how to move arrows in the portfolio post?
Isearched in the forum but I didn’t find any post about this.
I use PRO with Ethos stack.
Thank you very much

Hi Alessio,
Thank you for writing in, please add this to Theme Options > JS
(function($) {
$(".single-x-portfolio .entry-top-navigation").insertAfter(".single-x-portfolio .entry-wrap.cf");
})(jQuery);
You might need a top margin to your content to offset the height of the header, please add this to Theme Options > CSS
.single-x-portfolio .offset.cf {
margin-top: 63px;
}
Please be reminded that this is considered customization and falls outside of the scope of support that we can offer. Further customization from here won’t be supported.
Cheers!
Thank you Frriech! Awesome! It works
You make me happy!
Where i can find the PRO class list? I fond this but it doesn’t seem complete: https://xthemeusers.com/resources/css-class-selectors/
Hi There,
Glad to hear that. There are a lot of classes in the Theme we cant list everything. You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.