• unger.josh

    (@ungerjosh)


    I am using the Avada theme. This question is for the site in progress:
    https://dev.finepointsmusic.com

    I have added font awesome icons for social media in TOP right of Nav Menu. I would like them to have
    padding-right: 7px;

    I tried this:

    .FPsocial menu-item menu-item-type-custom menu-item-object-custom menu-item-949 { padding-right: 7px ; }

    I have given the menu items the class: FPsocial

    Any help is greatly appreciated.

Viewing 1 replies (of 1 total)
  • Thread Starter unger.josh

    (@ungerjosh)

    I resolved this by using this:

    #menu-item-948 { padding-right: 7px; }

    #menu-item-949 {padding-right: 7px; }

    Thanks everyone.

Viewing 1 replies (of 1 total)
  • The topic ‘padding for font awesome menu items’ is closed to new replies.