• Resolved Daylliance

    (@daylliance)


    Hi all,

    I want the social icons, language chooser and search bar next to eachother in the middle of my topbar.
    Can somebody help me achieve that?

    Thanks in advance!

    Daylliance.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    Hey, can you post a link?

    Thread Starter Daylliance

    (@daylliance)

    hannah

    (@hannahritner)

    Not really sure what you’re going for. Something like this?

    #cool-social {
    padding-left: 12%;
    padding-right: 10%;
    }
    .topbar-widget {
    padding-left: 25%;
    }
    #topbar-search form {
    float: left;
    }

    Hannah

    Thread Starter Daylliance

    (@daylliance)

    Thank you!
    That’s almost exactly how i want it, only now i want the social icons and search next to ‘choose your language’ instead of underneath (so they are all on 1 line)

    Can you help with that again? thanks!

    hannah

    (@hannahritner)

    Try adding this:

    .topbar-widget {
    padding-top: 10px;
    }
    #cool-social {
    padding-left: 20%;
    margin-top: -28px;
    }
    #topbar-search form {
    margin-top: -20px;
    }

    Thread Starter Daylliance

    (@daylliance)

    Perfect! Thank you so much hannah ??
    Can you also help me with the problem below?

    I have made a grid with Essential Grid, and i want to place it on my homepage.
    I’ve added the shortcode ([ess_grid alias=”maingrid”]) to my ‘home’ page, but the grid doesn’t show up.
    There is nothing wrong with the shortcode or grid, because when I activate a different theme, the grid does show up.

    Thank you in advance!!
    Kind regards!
    daylliance.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Icons in Topbar’ is closed to new replies.