• Christi

    (@ranchstylekitchen)


    Can I change my header so that my logo is on the left and navigation menu + Simple Social Icons are stacked on the right (one on top of the other but in line with the logo)?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • @ranchstylekitchen

    Probably, but the method to accomplish this is theme dependent. You paid for the theme, so you should go ask them :
    https://feastdesignco.com/support/

    You can take a look under Customizer –> Header or Header Logo or Header Navigation and see the options available to you. Or there is a probably a Theme Options setting under Appearance as well.

    Moderator bcworkz

    (@bcworkz)

    You might be able to do so with CSS rules alone. For example, try adding this to the Additional CSS of the customizer:

    #genesis-nav-primary {
        width: 60%;
        float: right;
    }

    More CSS will be needed for the header to remain responsive and to handle social icons, so doing this effectively will require some CSS skills. Learning to use the element inspector developer tool of your browser can help immensely in determining the right CSS. It allows you to experiment and immediately see results without having to commit changes to the customizer or a CSS file. It’ll even hint at the possible rules and values you could use.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Header Rearrangement’ is closed to new replies.