Advertisement:

Author Topic: Problem aligining custom fields in Bender  (Read 1299 times)

liamp47

  • Newbie
  • *
  • Posts: 1
Problem aligining custom fields in Bender
« on: December 15, 2013, 07:39:57 am »
Hi Osclass,
Just need a little bit of help properly aligning my custom fields for the new item page. Right now my custom fields are too small and not in line with the listing location values.

This can be seen in the following screenshot: http://i.imgur.com/TOxxXbs.png I am currently using the latest version of the bender theme.

Any help would be appreciated

omarfaruquesony

  • Newbie
  • *
  • Posts: 20
Re: Problem aligining custom fields in Bender
« Reply #1 on: December 28, 2013, 02:02:47 am »
Hi you can try searching this code into your bender theme main.css file .form-horizontal label
then from here you can re-size 
here is my css code like that .form-horizontal label{float:left;width:160px;padding-top:7px;text-align:right;font-size:0.85em}