aligment issue with the prebuilt section helper in mobile view

Hi all, i have a mobile aligment issue with the prebuilt section helper,

when i view it in mobile view the download box on the side is half missing, how can i stack the buttons under neathe the heading, with out having to create somthing seperate. Thank you for having a look


Comments

  • i have fixed this using css


    /* helper area aligment for mobile device */


    .helper .helper_header {

      display: flex;

      align-items: center;

      padding: 15px 20px;

      min-height: 35px;

      flex-wrap: wrap;

      justify-content: center;

    }


    .helper .helper_header .title {

      margin: 0px 15px 15px 0px;

      line-height: 1.2;

      text-align: center;

    }


    if you have any other suggestions please let me know



  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • Sorry the page is ofline, i have it sorted thank you support :)

Sign In or Register to comment.