• Resolved El_Pedro

    (@el_pedro)


    Hi, nice layout, love it! But.. I need help with email link in social menu. I use facebook link, and it is ok. I use mail link, but it shows rss icon. when i test some links, still shows rss icon.
    i try instal Menu social Icons plugin from Paul Clark, which use the same font, add mail link to menu and still it shows rss icon. Where is a problem??

    and i have second question: How to set this page layout to smaller width as 1000 pix and etc?
    Thanks for help. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Good morning!
    Looks like my social icon styling is missing the email one. I will add this to the next upcoming update for the theme but so you do not have to wait, open the style.css for your theme and look almost near the bottom of the file around line 2100 for all the social networking CSS. You will see twitter, faceboo, google, and the rest there. Then, add this to it:

    .social a[href^="mailto:"]:before {
    	content: "\f0e0 ";
    }

    As for width, I would not recommend going with 1000 px, but if you want to try that, you will need to create some custom CSS code to override one of the settings in the theme, perhaps for the 1400px option. The CSS code would be this:

    #page.boxed1400 {
        max-width: 1000px;
    }

    The class boxed1400 will need the max-width: 1400px changed to 1000px.

    If you are only making CSS changes, then you can use the EDit CSS feature in Jetpack. If you are not using Jetpack, then use a plugin called Simple Custom CSS.

    Thread Starter El_Pedro

    (@el_pedro)

    Thank you, it works! I am using width=1200, and it looks good. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social menu – email link’ is closed to new replies.