Jump to content

sarahjo

Member
  • Posts

    41
  • Joined

  • Last visited

Posts posted by sarahjo

  1. Hey,

    I customized my nav bar to float to the right today so the logo is on the left side.

    Now, every time you click on a page of the menu, the nav bar wiggles from left to right or you have to click for a second time, to visit the page. 

    Is there anything I can change in my code to avoid this?
     

    This is the code I've used:

    navigator header#topBar ul#nav {
        display: block;
        float: right;
       padding-right: 40px!important;
       padding-top: 45px!important;
    }

     

  2. Hey! 
    I used a custom CSS code I found in the forum to bring my nav bar to the right. 
    Now there's an issue on the mobile web version as the menu is not clickable anymore.


    This is the code I've used:

    #navigator header#topBar ul#nav {
        display: block;
        float: right;
       padding-right: 40px!important;
       padding-top: 45px!important;
    }
    @media screen and (max-width:640px) {
    nav.main-nav.dropdown-hover {
        display: none;
    }
    section#container {
        margin-top: 85px !important;
    }
    div#mobileNav {
        float: right;
        position: relative;
       padding-right: 30px!important;
       padding-top: 12px!important;
        bottom: -5px;
    }
    .siteTitle * {
        font-size: 30px !important;
    }
    }

     

     

    I hope you can help – thank you in advance 🙂

  3. On 12/17/2022 at 2:26 AM, tuanphan said:

    Add to Design > Custom CSS

    /* rename view text */
    .project-title h3 {
        font-size: 0 !important;
    }
    .project-title h3:before {
        content: "Antwerp, Belgium";
        font-size: 16px;
    }

     

    @tuanphanIt should only apply to one specific page and not to every page. I tried to add it in the page settings under Advanced but nothing changed. What am I doing wrong?

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