Options

How to move folder up on the page

crocknycrockny Registered Users Posts: 170 Major grins

I want to have my folder line up with the word Home at the top of the page but see no way to move it up! Here's the site:
https://untamednewyork.smugmug.com/Galleries

Comments

  • Options
    Lille UlvenLille Ulven Registered Users Posts: 567 Major grins

    It looks as if you moved the menu into the header of your site. So instead of moving the folder line up you would have to go into the Customizer and move your menu down a bit - that should automatically shrink your header and align the menu and the top folder.

    login -> Customize -> Customize Content and Design -> drag the meny down.

    Good luck

    Lille Ulven

    https://www.lilleulven.smugmug.com - The Photos of my travels
  • Options
    crocknycrockny Registered Users Posts: 170 Major grins

    It's a red container - will not move

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins

    Red probably means it is on the entire site like the header area. You would have to select/highlight the correct level at the top of the right flyout.

    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    crocknycrockny Registered Users Posts: 170 Major grins

    I cannot get them to be side by side - the menu bar is on the entire site - I can move it up or down but I cannot get the 2 to line up side by side and I can't get the folder (a blue container) to move up at all

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited February 23, 2018

    The menu is in the header. I'm guessing the folder is in the body content.

    Maybe set the menu position something absolute at top left. Would the content/folder not see it and go to the top?
    Edit: with changes to CSS below. In test it looks like it might work.
    Just thinking outside the box. D:

    /* moves content to right of menu */
    .sm-page-layout-region-center {margin-left:30px}
    /* menu widget */
    .sm-page-widget-4359879 {position:absolute;  z-index:99;  margin-left:-30px; top:15px}
    

    Just playing with above and it might work.
    Might have to reverse left margin when mobile menu appears.

    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited February 23, 2018

    I found this html in part of your CSS.

    <p id="yui_3_8_0_1_1428064505618_4669"><span id="yui_3_8_0_1_1428064505618_4691"></span></p>.sm-user-ui h1 {
    color:#008b8b
    }

    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    crocknycrockny Registered Users Posts: 170 Major grins

    Allen - I no longer remember what that code is that you found on my site ...

    But I used your code for moving things up and it worked! Thanks so much ...

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited February 24, 2018

    You also have some pages. I think you might have added the CSS to apply to only galleries.

    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.