Advertisement:

Author Topic: How to give space between custom field  (Read 1020 times)

kocis

  • Newbie
  • *
  • Posts: 10
How to give space between custom field
« on: August 21, 2014, 12:51:39 pm »
i am using realstate theme and i add some custom field via admin panel but there is no space between two filed so how to make space between them
thanks

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: How to give space between custom field
« Reply #1 on: August 21, 2014, 04:53:34 pm »
@kocis
Easiest way is to do it via CSS file, add here some margin-bottom ;)

kocis

  • Newbie
  • *
  • Posts: 10
Re: How to give space between custom field
« Reply #2 on: August 21, 2014, 08:23:13 pm »
but i didn't find custom field in css thanks

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: How to give space between custom field
« Reply #3 on: August 22, 2014, 11:32:46 pm »
@kocis
Use firefox firebug or google chrome developer tools to find correct CSS styles. I suppose it has class "meta" or similar.