Okay
  Public Ticket #949452
Sidebar menu problem + custom fix
Closed

Comments

  • Daniel started the conversation

    Hi!

    First of all thank you for the theme... excelent tool.... 

    Now to the topic.

    1.  It seems to be a problem with the full screen portfolio and the sidebar menu... when its active it lowers the view of the project. 
    2. My client wants to active this item all the time. (pic2)
      He wants that the :before arrow allways show when i enter a category to show the subcategorys.... in red and active... i try to add custom css but i couldnt fix it .... i only can to add some color... PLEASE HELP ME WITH THIS 2 PROBLEMS

    Data:
    User: Tester_eurolink
    pw: tester_eurolink


    THANK YOU 

  • [deleted] replied

    Hi Daniel,

    Firstly thank you for your kind words, your site is looking very good. Here are my answers to your questions:

    1. This seems to be a theme issue, so here is a temporary fix for your till we solve this issue, because there are many factors that may cause this:

    .single-portfolio.has-page-borders .wrapper {
    min-height: 100%;
    }

    .single-portfolio.has-page-borders.sidebar-is-opened .wrapper {
    margin-top: 22px;
    }

    To apply Custom CSS, on WP admin panel menu click Custom CSS link (as shown here).

    2. To always show the left arrow add this Custom CSS:

    .product-filter ul li.subcategory-back a i {
    opacity: 1;
    }

    This should work for you.