Okay
  Public Ticket #1516383
text wrap
Closed

Comments

  • talkbackmaster started the conversation

    In mobile when the text lines of category filter will be wrapped, the frist word is not align to left. Can I fix it?

  •  8,470
    Tahir replied

    Hey Again,

    Unfortunately there is no way to align that as there is no css selector on the element that goes down. 

    Be.st


    ThemeNectar Support Team 

  •  8,470
    Tahir replied

    You can try this though.

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .span_12.dark .portfolio-filters-inline[data-color-scheme*="-underline"].full-width-section a {
        margin-left: 0px !important;
    }

    Thanks


    ThemeNectar Support Team