Okay
  Public Ticket #3636644
Portfolio filter
Open

Comments

  •  7
    marknorm14 started the conversation

    Hi...on my purple portfolio filter...https://normandthen.co.uk/work/

    1. Id like to close up the top and bottom padding on the purple bar

    2. Id like to reduce font size on mobile.


    thanks!

  •  8,443
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body .container-wrap .portfolio-filters-inline.non-fw {
        padding: 0px 0 !important;
    }
    @media only screen and (max-width: 690px) {
        .portfolio-filters-inline .container > ul a, .portfolio-filters > ul a, .portfolio-filters > a span, .nectar-post-grid-filters a {
            font-size:15px !important;
            line-height: 16px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  7
    marknorm14 replied

    Perfect! and finally...

    is there a way to may secondary header https://normandthen.co.uk/ transparent? and how do I shift social icons to the right hand side?

  •  1,660
    Judith replied

    Hi there,

    Thanks for writing back.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    #header-secondary-outer {
        background-color: #f8f8f800;
    }
    #header-secondary-outer #social {
        float: right;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related

    If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

  •  7
    marknorm14 replied

    perfect, thanks so much!

  •  1,660
    Judith replied

    Hi there,

    Thanks for writing back.

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest

    Your feedback is valuable to us and greatly appreciated!

    Should you have any further questions or encounter any issues, please don't hesitate to reach out.

    Best regards,