• Closed
  • Alberto Mahfouz
    Spectator
    June 19, 2017 at 7:31 am #34085

    website http://www.modaxpr.com under “Small idea, big project” I have to buttons but they are under each other. I want them next to each other aligned to the left. Is there a simple css code or something I can do. I want them to be aligned closely together to the left. One to say “start now” and one to say “view projects”

    Priyank
    Spectator
    Posts: 747
    June 19, 2017 at 8:47 am #34087

    Hello

    You are using third party plugin for creating this buttons.
    I am providing you custom css for this, add this into Theme option -> Custom css option.


    .vc_btn3-container.vc_btn3-left.vc_custom_1497849351632,
    .vc_btn3-container.vc_btn3-left.vc_custom_1497522820996 {
    display: inline;
    }

    Thank you

    Alberto Mahfouz
    Spectator
    Posts: 2
    June 19, 2017 at 11:34 am #34089

    I want the option to modify it later if i have to. Right now i have to constantly go back and change the css so the numbers correspond with the button. Is there an alternative?

    Priyank
    Spectator
    Posts: 747
    June 20, 2017 at 7:07 am #34093

    Hello

    You are building page with visual composer, so you have to check in this.
    May be plugin provide any option for this.

    Thank you