• Hi,

    I have on my top horizontal navigation a menu with one link (back to my website). I cannot seem to find in the CSS where to apply padding to the image so that the top of the image is not flush against the top horizontal line.

    If anyone can help I would really appreciate it!

    Thanks,

    Angela

Viewing 3 replies - 1 through 3 (of 3 total)
  • please post a link to illustrate the problem.

    it is strongly recommendated not to edit the default theme Twenty Twelve directly, but to create a child theme for any customisations of the templates, or to use a custom css plugin for formatting changes.

    Thread Starter ang264

    (@ang264)

    Thanks! Here is the link and I can work later on creating a child theme. I don’t know how to do that so I will have to work on it.

    Angela

    try to add something like this to style.css:

    .main-navigation img { margin-top: 20px; }

    (not widely tested)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2012 Theme -padding for image between horizontal lines’ is closed to new replies.