inneralchemycenter
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] twenty seventeen submenu going off screenDude, this is all I was looking for… and this should help anyone else with the twenty seventeen theme:
/* Cause the submenu to display to the left of its parent menu instead of the right, so it stays on screen */
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
left: -217px;
}I hope this helps the next person struggling with this issue.
- This reply was modified 7 years, 9 months ago by inneralchemycenter.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] twenty seventeen submenu going off screenOh that’s unfortunate…
Is there a line of css that would cause all submenus to display to the left instead of the right of their parent submenu? I suspect the theme’s css can be easily adjusted to do this but I can’t figure it out.
Thanks!Forum: Themes and Templates
In reply to: [Twenty Seventeen] twenty seventeen submenu going off screenIts on the logged-in menu, so you’ll first have to login to the members area:
http://www.sumarihealingarts.com/log-in/
[redacted]
Then hover over “Members” then the submenu “Medical Qigong Level 1” and you will see that submenu displaying to the right of its parent submenu. Usually it goes off screen. So wondering if there is a solution for this problem?
First thing I thought of is making it display on the left instead of the right of its parent submenu. But if there is a more elegant solution, I’m all ears.
And sorry if I don’t know how to describe it using the right language.
Thanks!- This reply was modified 7 years, 9 months ago by Andrew Nevins.
- This reply was modified 7 years, 9 months ago by Andrew Nevins.
Forum: Plugins
In reply to: [Auto ThickBox Plus] No scroll bars in iPhoneSame here, but its on the Samsung Note 2. The box appears much larger than the screen, and there is no way to size it, scroll it, or do anything with it.
I am using this to place an inline iframe so people can make appointments, many of which will be done with their mobile phone.
Please help! If it were not for this I would be using this plugin as otherwise I really love it!I’m going to answer my own question, since I found a solution, thanks to Meta Slider support. Basically, I just added the code below to the CSS editor and the font size of the slider stayed same while I changed the body font size of the entire theme:
body .metaslider {
font-size: 13px;
}I hope that helps someone else!
Blessings, TomForum: Themes and Templates
In reply to: [Vantage] Multiple Footer AreasHi Greg,
I love your Vantage theme and just bought a copy. I’d love to be able to use Page Builder on the footer, or at least if you could provide several spaces within the footer to put different widgets, say, 3 columns, instead of just the one space across the entire footer. I’m really enjoying developing a new site with this theme.
Thanks, Tom