Jump to content

Move social icons in header above menu items

Recommended Posts

Site URL: https://www.computehub.io/

Hi and happy new year!

I want to move the social icons in my header to above my menu icons as well as move my menu icons to the right.   I attached a photo of what I would like to do.  I am currently using custom css for the Sign Up and Login menu items to look like buttons (not using button element).

Any help would be greatly appreciated!

social_icons_move.png

Link to comment
  • Replies 5
  • Views 804
  • Created
  • Last Reply
On 1/2/2021 at 6:44 AM, dmcgraw said:

It's a business plan.  I would like it to look something like the attached image (edited in PS).

2021-01-01_15-42-02_edited.png

Add to Home > Design > Custom CSS

.header-display-desktop {
    flex-direction: column-reverse;
    justify-content: space-between !important;
    align-items: flex-end;
}
.header-title-nav-wrapper {
    flex: 1 0 100% !important;
    width: 100%;
}
div.header-actions {
    justify-content: flex-end !important;
    margin-bottom: 20px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 1/6/2021 at 2:18 AM, dmcgraw said:

Thanks so much this is perfect!  You rock!

I see on tablet, "Sign up" button doesn't look good.

Try adding to Design > Custom CSS

/* Tablet sign up button */
@media screen and (max-width:991px) and (min-width:768px) {
div#block-8af73b605800b01ab266+.row>.span-3 {
    width: 30%;
}
}

image.thumb.png.48ba64a36563d0846cd45b5517b40f26.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.