Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #227749

    example
    http://i.imgur.com/DH77a29.jpg

    As you can see from the picture I’m getting some strange padding issues within a table. I’m wondering if there is a .css fix or is this something I have to deal with. Any help would be appreciated. Thanks.

    The code looks like this:

    <table class='avia-table avia-data-table avia-table-1  avia-builder-el-1  avia-builder-el-no-sibling '  itemscope="itemscope" itemtype="http://schema.org/Table" >
    						<caption>Filter Featured Properties</caption>
    						<tbody>
    							<tr class='avia-heading-row'>
    								<th class=''>Street Name</th>
    								<th class='avia-desc-col'><?php echo $this->Form->input('Property.dc_street_name', array('label' => false, 'type' => 'text'))?></th>
    								<th class=''>Subdivision</th>
    								<th class='avia-desc-col'>
    									<?php echo $this->Form->input('Property.dc_subdivision_name', array('label' => false, 'type' => 'text'))?>
    									<?php echo $this->Form->hidden('Property.dc_subdivision_id')?>
    								</th>
    								<th class=''>Property Status</th>
    								<th class='avia-desc-col'><?php echo $this->Form->input('Property.dc_property_status_id', array('label' => false, 'type' => 'select', 'escape' => false, 'options' => $property_statuses, 'disabled' => $disable_property_status_select))?></th>
    							</tr>
    							<tr class='avia-heading-row'>
    								<th class=''>Priced From</th>
    								<th class='avia-desc-col'><?php echo $this->Form->input('Property.dc_price_from', array('label' => false, 'type' => 'select', 'options' => $prices_from, 'empty' => false))?></th>
    								<th class=''>Priced To</th><th class=''><?php echo $this->Form->input('Property.dc_price_to', array('label' => false, 'type' => 'select', 'options' => $prices_to, 'empty' => false)) ?></th>
    								<th class=''>Sort By</th>
    								<th class=''><?php echo $this->Form->input('Property.order', array('label' => false, 'type' => 'select', 'options' => $orders, 'empty' => false))?></th>
    							</tr>
    						</tbody>
    					</table>
    					<div style="text-align: right">
    					<?php echo $this->Form->submit('Filter Listings')?>                   
    					<?php echo $this->Form->end()?>
    #227817

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.