Jump to content

Navigation Dropdown Alignment 7.1

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Try adding to Design > Custom CSS

/* align left dropdown */
.header-nav-folder-content {
    text-align: left !important;
    padding-left: 0 !important;
    right: auto !important;
    left: unset !important;
    transform: unset !important;
}

 

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 3/16/2022 at 8:51 PM, TVB said:

Hi @tuanphan

that didnt work, it looks like this with that code:

 

Screen Shot 2022-03-16 at 9.50.23 AM.png

Try remove this code from Custom CSS

a.header-nav-folder-title:hover+div, .header-nav-folder-content {
    text-align: left !important;
    position: absolute;
    left: 60% !important;
    right: unset !important;
    -webkit-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-25%);
}

and this code

a.header-nav-folder-title:hover+div,.header-nav-folder-content {
    text-align: left !important;
    position: absolute;
    left: 50% !important;
    right: unset !important;
    -webkit-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-25%)
}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.