Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #599822

    Hi

    I am making a menu bar like :

    text | text | IMAGE | text | text

    This working fine but now I need to move the image some pixels up so that it align at the bottom off the text.
    In the private content part ypu wil find the url off the site which I develop at this moment.

    sample menu bar

    #599862

    Hey twinfield!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    li#menu-item-18 img {
        position: relative;
        top: -10px;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.