Replies
- Jessica Martin on April 4, 2019 at 1:42 pm in reply to: Font Awesome Icons in Main Navigation #21901
(Flips icon when you expand submenu on small screen)
- Jessica Martin on April 4, 2019 at 1:34 pm in reply to: Font Awesome Icons in Main Navigation #21897
Great!
I made the following css change so that the sub-menu doesn’t overlap the main menu for the header layout that I am using.
#nav ul li ul {
top: auto;
}It is better, but because of #header-top-row padding, it still had a slight overlap.
So I made the following css change:
#header-top-row {
margin-bottom: 5px;
padding-bottom: 0;
}I don’t know if this is the best way to handle overlap and I am pretty sure it won’t work with other header layout options.
You can see how it renders: http://tinyurl.com/yyr4tp6l
Can you check how it appears on small screens? It flips the icon on it’s side.
- This reply was modified 5 years, 7 months ago by Jessica Martin.
- This reply was modified 5 years, 7 months ago by Jessica Martin.
- This reply was modified 5 years, 7 months ago by Jessica Martin.
Perfect! Thank you!
Also, this forum is saying I can’t post topics — is it because I have posted too many times?
I am sorry I have a lot of questions as I exploring the theme. I have been posting new topics when I have questions on unrelated topics.
I expect to need to hire you for some customization, but am exploring what functions I am able to do myself.
- Jessica Martin on April 4, 2019 at 10:39 am in reply to: Active Left Panel and Main Container Overlap #21865
Hi Brajesh,
Behavior is this way on both iPhone and iPad using either Safari or Chrome.
Thanks for the quick response!
Jessica
- This reply was modified 5 years, 7 months ago by Jessica Martin.
- This reply was modified 5 years, 7 months ago by Jessica Martin.
- Jessica Martin on March 28, 2019 at 1:20 pm in reply to: Font Awesome Icons in Main Navigation #21731
@Brajesh Singh Do I need a membership to access theme updates?
- Jessica Martin on March 24, 2019 at 12:33 pm in reply to: Font Awesome Icons in Main Navigation #21660
Actually, it seems to be a problem with the Left Panel menu. I have a menu assigned to both the Main Navigation and Left Panel Menu (Visible on small screen) display locations. It isn’t appearing correctly on the Left Panel Menu. But I expected that it would only appear on small screen, and it still appears on large.
- This reply was modified 5 years, 7 months ago by Jessica Martin.
- Jessica Martin on March 24, 2019 at 12:26 pm in reply to: Font Awesome Icons in Main Navigation #21659
Thank you. I also have found that it isn’t appearing correctly on mobile devices.