Tagged: left sidebar
-
AuthorPosts
-
November 3, 2015 at 6:41 pm #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!!!
LissaNovember 4, 2015 at 9:27 am #529802Hi 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,
RikardNovember 4, 2015 at 7:41 pm #530381Hi!
1. The quick CSS code doesn’t appear to be changing anything.
2. I’ve added an admin user (info below).Thanks!
November 5, 2015 at 9:05 am #530593November 5, 2015 at 3:57 pm #530868Hi,
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!
November 6, 2015 at 5:22 pm #531561Hey!
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,
AndyNovember 6, 2015 at 9:40 pm #531663HI!
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!!!
November 8, 2015 at 5:12 am #531965Hey!
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-381385Best regards,
IsmaelApril 2, 2018 at 6:17 pm #936146To 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
April 3, 2018 at 5:19 am #936300 -
AuthorPosts
- You must be logged in to reply to this topic.