Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #529562

    Hello! Thanks in advance for your awesome support!

    I have am working on setting up a general content page that I can use as a template. I have my Enfold Sidebar settings to a Left sidebar with nested subpage navigation to appear automatically. Everything is working well but I’d prefer two adjustments:

    1. Can the nested sidebar navigation align left?
    2. Shouldn’t the parent page (in this case “About Us”) appear in the nested sidebar nav too? It’s not here.

    Thank you!!!
    Lissa

    #529802

    Hi MajorRestoration,

    1. Please try the following in Quick CSS under Enfold–>General Styling:

    #nested_nav li a {
        text-align: left !important;
    }

    2. What settings have you made? Send us an admin login so that we can have a closer look. You can post them in the Private Content area.

    Thanks,
    Rikard

    #530381

    Hi!

    1. The quick CSS code doesn’t appear to be changing anything.
    2. I’ve added an admin user (info below).

    Thanks!

    #530593

    Hi,

    Details are not working, please check.

    Thanks,
    Rikard

    #530868

    Hi,
    Sorry about that. I’m not sure what happened but the user account is now working (same info as above).

    One additional question to add to the two above….
    1. would like the left sidebar nested menu to align left (not right). The quick css code isn’t working.
    2. Why is the parent page “About Us” not showing up in the nested sidebar menu?
    3. We have a color section with text, etc. at the top and bottom of our General Content page. the sidebar menu appears at the bottom of the page. When we put the first Color Section in, it works fine but the red color section at the bottom makes the menu shift to the bottom of the page.

    Thank you so much for looking at these issues!

    #531561

    Hey!

    please separate different questions into different tickets.

    What do you mean with left sidebar menu? I can’t see any sidebar on your website at all. Can you highlight your intentions using screenshots please? you can use imgur.com or dropbox.

    Best regards,
    Andy

    #531663

    HI!

    All of these issues are related to the sidebar menu. Is it ok to leave this all on one ticket?

    Note the screen capture (link below)…. The sidebar menu has three issues:

    1. The sidebar menu is appearing at the bottom,
    2. we’d like the text in the sidebar menu to left align (right now the menu is left and the text in it is aligned right), and
    3. why doesn’t the parent page (About Us) show up in the nested menu?

    Thank you!!!

    #531965

    Hey!

    1.) If you put a full width element such as the color section, grid row etc, it will push down the sidebar underneath. As a workaround, set the page to have no sidebar then use the Widget Area element to act as a sidebar.

    2.) Add this in the Quick CSS field to align the text to the left:

    .widget_pages ul li, .widget_pages h3 {
        text-align: left;
    }

    3.) If you want to display the parent page of the nested menu, please refer to this link:

    https://kriesi.at/support/topic/getting-the-sidebar-to-show-the-parentgrandparent/#post-402541
    https://kriesi.at/support/topic/add-titles-to-sidebar-navigation/#post-381385

    Best regards,
    Ismael

    #936146

    To Align left on category page.

    div.wcc_block {
    text-align: left;
    }

    This is the first time I have figured something out on my own via inspect element :) I am well chuffed

    #936300

    Hi sambo258,

    Great, it’s easy once you learn how to do it :-)

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.