Okay
  Public Ticket #211111
how to change right padding of portfolio filters
Closed

Comments

  • Richard started the conversation

    Hi,

    I have a bit of unwanted space on the right of my project filters (see the screen shot where it says 'vfx'), I am already using this code which you provided me with. Is there a way to add a bit of padding to the right so it is more insight with the rest of the page?

    Thanks,

    Richard

    #portfolio-filters-inline {

    margin-top: -90px !important;

    margin-bottom: -22px !important;

    }

  •  8,474
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    body #portfolio-filters-inline .container > ul {
        margin-right: 11px !important;
    }


    ThemeNectar Support Team 

  • Richard replied

    Hi,

    Thanks for your response. Unfortunantly that has not worked. Not sure why - Normally the code you gives me works perfectly.

    Thanks

    Richard

  •  8,474
    Tahir replied

    Hey Again!

    Could you please provide me the url so i can check if the css is there on the page and why its not working. 

    Thanks


    ThemeNectar Support Team 

  •  8,474
    Tahir replied

    Please see screenshot: http://prntscr.com/3hwyzv . The css works when i add it directly on the page. Please try clearing the cache so the custom css shows up on the page. 

    All the Best,

    -T


    ThemeNectar Support Team 

  • Richard replied

    hmmm…. that's annoying, I've tried that - and have even tried on a different computer - I guess it must be some conflicting code - but when I take away all my code apart form that it makes no difference.

  •  8,474
    Tahir replied

    Hey Again!

    Can you please check the custom css box for red cross which represent errors and fix those errors like missing brackets and semicolons in the css. 

    Thanks


    ThemeNectar Support Team 

  • Richard replied

    Hello - your advice worked and I managed to fix it…thank you