• markbaigent

    (@markbaigent)


    Hi All

    I am teaching myself wordpress using a site I am making for a patient friend http://crystalclear-ltd.co.uk/cms/testimonials/
    I have some training booked but I have been trying things out.

    In the side bar there seems to be a lot of space between the small head “services” and the next words “window cleaning” I assume that I have broken something when changing the hover colour.
    The same with the Categories and archive. (I have made a child theme)

    If I am allowed a supplimentry question, I would also like to move the “page” up so the blue bar at the top disappears.

    My main problem is my lack of knowledge when it come to identifying elements in the original CSS but hopefully the trainig will fix that.

    Thanks
    Mark

Viewing 2 replies - 1 through 2 (of 2 total)
  • Creatrix

    (@chrisl_57)

    Using Google Chromes Developer Tools with Google Chrome or Firebug with Firefox can provide a good way to show which CSS rules are being applied to different elements.

    For example, I could see that there was a ‘margin-bottom’ rule on your h3 tag, pushing the content below it down.

    Taking that rule off does this.

    Thread Starter markbaigent

    (@markbaigent)

    Thanks Creatrix

    That has fixed it.

    I am getting the hang of developer tools and catching up woth PHP and CSS… well I have strted to clinb the curve

    thanks again

    Mark

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘I may have broken some thing..’ is closed to new replies.