• Hi,

    I am trying to increase the space between the title bar and the post. How can I do that?

    Thanks,

    Vee

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Vee,

    I will recommend you to use a class for that title. For example if you have title in h4 then add a class like ‘title’:
    <h4 class="title">This is a title</h4>

    Than target to the title in your css file with that class and give margin bottom according to your need. As in following code:
    .title {margin-bottom: 10px;}

    Regards,

    Thread Starter Vee013

    (@vee013)

    Hi Fahid,

    Thanks a million! One last question, how do I determine whether my menu titles are h4 or something else? Sorry, just started discovering CSS…

    Thanks

    Vee

    Hi Vee!

    Right click on that title and then click on inspect option so that you can see which tag is being used for that title in below source window.

    Helping image: http://screencast.com/t/pDGpqewc

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Space between menu and post’ is closed to new replies.