• Resolved junction80

    (@junction80)


    how do i get rid of all of the white space between the menu and the slider? i’d like the menu and the logo to bottom align. right now the menu is at the top of the page. any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    junction80,

    Theme don’t have additional options for menu position if your logo is big.

    You can add this lines to theme options > custom css

    .main-navigation {
    margin-top: 50px;
    }
    Thread Starter junction80

    (@junction80)

    awesome, thanks!

    one more question, i’d like to replace my social icon with one i created. where do i edit the code for this? didn’t see it in footer.

    Theme Author Fruitful Code

    (@fruitfulcode)

    junction80,

    You can edit sprite image, located in ../Fruitful/images/social.png

    Thread Starter junction80

    (@junction80)

    sorry, but i’m not sure where that is. could you give me more info? is it in style.css? image.php? let me know. thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘bottom align menu to logo’ is closed to new replies.