Adding Space and Error in Edit Button

LindsayMorganPhotoLindsayMorganPhoto Registered Users Posts: 1 Beginner grinner
edited July 10, 2013 in SmugMug Support
Hi! Please help! Having two issues customizing my site

1) I am trying to add space between my nav bar and my text on my Bio Section

2) When I click Edit in my Bio Portion of my Nav Bar It won't allow me to edit and just disappears. Did i mess something up in the Javascript??

Thanks in Advance:rolleyes

Comments

  • tomnovytomnovy Registered Users Posts: 1,103 SmugMug Employee
    edited July 10, 2013
    Hi! Please help! Having two issues customizing my site

    1) I am trying to add space between my nav bar and my text on my Bio Section

    2) When I click Edit in my Bio Portion of my Nav Bar It won't allow me to edit and just disappears. Did i mess something up in the Javascript??

    Thanks in Advancerolleyes1.gif

    Hi Lindsay,

    Could you please add your website address to your request?

    Standing by.
    SmugMug Support Hero | Customizer | My SmugMug site - http://www.photom.me | Customization Portal - https://customsmug.com/
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 10, 2013
    Hi! Please help! Having two issues customizing my site

    1) I am trying to add space between my nav bar and my text on my Bio Section

    2) When I click Edit in my Bio Portion of my Nav Bar It won't allow me to edit and just disappears. Did i mess something up in the Javascript??

    Thanks in Advance<img src="https://us.v-cdn.net/6029383/emoji/rolleyes1.gif&quot; border="0" alt="" >
    I see this in your description box and no closing </div> .
    <div id="my-bio-text">

    Go into the tools > gallery settings page and find the description box close to the top.

    Add the </div> at the end shown in red. It should then allow you to click edit.
    <html>
    <div id="my-bio-text">
    After years of working ...
    ...
    <br>
    [COLOR=Red]</div>[/COLOR]
    </html>
    
    Add this to your CSS to add spacing below the nav.

    #customNavContainer {margin-bottom: 20px;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.