Multiple buttons on the same line in mobile width

Home Forums Jevelin Theme Multiple buttons on the same line in mobile width

Home Forums Jevelin Theme Multiple buttons on the same line in mobile width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Willy Justin
    Participant

    Hey,

    I’m trying to create a page with 3 buttons on the same line in mobile width and also in desktop width.

    I created three columns with 1/3rd width with one button each. It looks fine on desktop width.

    In desktop, it looks like the following,
    Col1      Col2      Col2

    But, In mobile, its seen as follows:

    Col1

    Col2

    Col3

    I want it to look just like the desktop. How do I do it?

     

    Sample page : <span id=”sample-permalink”>http://www.sirextiles.com/<span id=”editable-post-name”>landing-page-test-1</span>/</span>

    Thanks in advance
    Willy

    Hi Willy,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .page-id-10191 .sh-column.fw-col-xs-12.fw-col-sm-2 {
        width: 16.66666667% !important;
        float: left;
    }

     

    Best regards,
    Shufflehound team

    Willy Justin
    Participant

    Will try that. Thanks

    ok

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