arrows on the portfolio projects
- The topic ‘arrows on the portfolio projects’ is closed to new replies.
Need help? Check out our Support site, then
I need help on the portfolio page with the projects’ order. The order I have on the page does not match the arrows that are presented on the image. For example, my first project on my portfolio is shown but the arrow is pointed to the left instead of the right so that i can go the next project.
Thanks for the help.
Hello!
It looks like we have this same thing happening in the demo site so I’m going to have our developers look into this. I’ll follow up with you as soon as I hear back on this.
Thanks!
Rebecca
Thank you, looking forward to it.
Your welcome. The update for this will be automatically pushed to your site when available, so feel free to keep working on things until then. :)
Thanks!
Rebecca
When the update will be available ? Also I made some changes to the color of navigation and the desktop version is fine its showing up fine but the mobile version and tablet is showing the the original demo color( green shade). I checked the add Css on the mobile theme but its not showing properly. Can you please help with this ?
Thank you
Hello,
I don’t have any news on the update yet, but will let you know when I hear anything on this.
As for the mobile menu, you can change the background green shade color with the following CSS:
@media only screen and (max-width: 767px) {
#navigation {
background: #FFFFFF;
}
}
Edit as desired. Let me know if there’s any further questions.
Thanks!
Rebecca