Okay
  Public Ticket #233496
calling portfolio in different name, how to align right milestone
Closed

Comments

  • Tiyo started the conversation

    1. how to rename the default "portfolio" into "campaign" ? so all my portfolio is referred as campaigns.

    2. how to align:right for my milestones ??

    3. how to make the portfolio view to be boxed width similar to this; http://themenectar.com/demo/salient/portfolio/blackbox/

  •  8,839
    Tahir replied

    Hey Tiyo!

    1) Please see screenshot: http://prntscr.com/3ud43r . You can change the portfolio slug in Salient Theme Options -> Portfolio Section. 

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

    body .project-attrs li {
        text-align: right;
    }
    

    3) Please use this code http://pastebin.com/zQadTghg and paste it into the classic editor text mode and then switch it to visual mode.

    Thanks


    ThemeNectar Support Team 

  • Tiyo replied

    1. works fine, thank you.

    2. didnt work, the "milestones" still align center (http://goodsatoshi.com/campaign/yayasan-pita-kunin...

  •  8,839
    Tahir replied

    Hey Tiyo!

    It seems that you have changed the layout.  Can you please setup a test page so i can see why the css is not working. 

    Thanks


    ThemeNectar Support Team 

  • Tiyo replied

    tahir, the following is my code for the particular;

    [vc_row type="full_width_content" bg_position="left top" bg_repeat="no-repeat" scene_position="center" text_color="dark" text_align="left"]

    [vc_column width="1/1"][milestone symbol_position="after" color="Default" number="12000" symbol=" GHs" subject="current hashrate"][milestone symbol_position="before" color="Default" number="373" symbol="$" subject="pledged raised so far"][milestone symbol_position="before" color="Default" number="25" subject="days to go"][/vc_column][/vc_row]

    [vc_row][vc_column width="1/1"]

    [divider line_type="Full Width Line"]

    [/vc_column][/vc_row]

  •  8,839
    Tahir replied

    Hey Tiyo!

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

    body .nectar-milestone {
        text-align: right !important;
    }
    
    

    Cheers


    ThemeNectar Support Team