Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • suzanna Friend
    #721612

    How can I add 2 buttons (next to each other) in languagesswitcherload postion?
    When I add a button they are stacked on top of each other, and I need them next to each other.
    I’ve tried float:left; display:inline; on both elements but it’s not working.

    Ninja Lead Moderator
    #721682

    Hi,

    You can try to do this

    + Open the custom html module of Parents button and add the new button like code below

    <a href="/parents" class="btn-login-tgs btn-block btn-lg btn-success">Parents</a><a href="#" class="#">New Button</a>

    + Open templates/the-gregory-school/css/custom.css file and add new css style

    .languageswitcherload {
    margin-top: 18px;
    }

    .languageswitcherload .custom a {
    display: inline;
    margin-left: 10px;
    right: 10px;
    }

    Regard

    Ninja Lead Moderator
    #753866

    Hi,

    You can try to do this

    + Open the custom html module of Parents button and add the new button like code below

    <a href="/parents" class="btn-login-tgs btn-block btn-lg btn-success">Parents</a><a href="#" class="#">New Button</a>

    + Open templates/your_template/css/custom.css file and add new css style

    .languageswitcherload {
    margin-top: 18px;
    }

    .languageswitcherload .custom a {
    display: inline;
    margin-left: 10px;
    right: 10px;
    }

    Regard

    suzanna Friend
    #724195

    this worked great, thank you!

    suzanna Friend
    #754544

    this worked great, thank you!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  suzanna 8 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum