Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8557161
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T15:30:46+00:00 2026-06-11T15:30:46+00:00

I am using a grouped-buttons-widget and a listview-widget. My code is <div data-role=controlgroup data-type=horizontal

  • 0

I am using a grouped-buttons-widget and a listview-widget. My code is

<div data-role="controlgroup" data-type="horizontal" class="ui-corner-all ui-controlgroup ui-controlgroup-horizontal">
    <div class="ui-controlgroup-controls" align="center">
        <!-- ........ -->        
    </div>        
</div>

<ul data-role="listview" id="mylist">
    <li data-role="list-divider" role="heading" data-theme="b">
        Sheet: Untitled1
    </li>
    <!-- ........ -->
    <li id="mylistSummary" data-role="list-divider" role="heading" data-theme="b">
        Total:
    </li>
</ul>

The problem is now the widgets appear just next to each other without any spacing in between.

enter image description here

What should I do to ensure desired space between these (and perhaps other) widgets?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T15:30:48+00:00Added an answer on June 11, 2026 at 3:30 pm

    I think you may try to add a simple <br> to separate the 2 components:

    <div data-role="controlgroup" data-type="horizontal" class="ui-corner-all ui-controlgroup ui-controlgroup-horizontal">
        <div class="ui-controlgroup-controls" align="center">
            <!-- ........ -->        
        </div>        
    </div>
    
    <br>
    
    <ul data-role="listview" id="mylist">
        <li data-role="list-divider" role="heading" data-theme="b">
            Sheet: Untitled1
        </li>
        <!-- ........ -->
        <li id="mylistSummary" data-role="list-divider" role="heading" data-theme="b">
            Total:
        </li>
    </ul>
    

    Or you may try to play with margin-bottom, for example, try the following:

    <div style="margin-bottom: 5px;" data-role="controlgroup" data-type="horizontal" class="ui-corner-all ui-controlgroup ui-controlgroup-horizontal">
        <div class="ui-controlgroup-controls" align="center">
            <!-- ........ -->        
        </div>        
    </div>
    
    <ul data-role="listview" id="mylist">
        <li data-role="list-divider" role="heading" data-theme="b">
            Sheet: Untitled1
        </li>
        <!-- ........ -->
        <li id="mylistSummary" data-role="list-divider" role="heading" data-theme="b">
            Total:
        </li>
    </ul>
    

    Hope this helps.

    Let me know if these solutions work for you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

By using css or jquery it's easy to bring this grouped buttons. But in
I have implemented the jQuery buttonset of radio buttons using this HTML: <div id=buttons>
I have several radio buttons on a form all grouped in 3's, and when
How can i get the product type(simplee,configurable/grouped ...) using product sku or id, i
I am using grouped tableview for developing a contact list using database. I have
I am using a grouped table view to display items on a view controller.
I'm using a prototype cell inside a grouped UITableView to create custom cells with
I am using a plugin which calls some posts grouped from a tag into
I'm firing off tasks using an ExecutorService, dispatching tasks that need to be grouped
Using a populated Table Type as the source for a TSQL-Merge. I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.