- This topic has 5 replies, 2 voices, and was last updated 9 years, 7 months ago by
Andrew Misplon.
Tagged: ultra
- AuthorPosts
- September 16, 2015 at 6:43 pm #2302
Andrew MisplonKeymasterHi fredriksegeranpt
Thanks for your feedback and support 🙂
1. There is a setting at Appearance > Theme Settings > Navigation you’ll find handy. If you adjust Responsive Menu Collapse to say 780 it should ensure the mobile menu works on tablets.
I’m not quite following the rest of this point. If possible, please, send a link to your site so I can take a look. You’re welcome to use the “Set as private reply” checkbox below to keep your site URL private.
2. There still isn’t any easy to way to make tables in WordPress. Depending on the size of your table I think it’s worth getting into a tiny bit of HTML and writing the table code yourself.
There is a small section on it here: https://en.support.wordpress.com/advanced-html/. Under the heading Tables.
A basic table will look like this:
<table> <tr> <td>I'm a table with one row and one cell.</td> </tr> </table>
Each row is designated by opening and closing the
tag. Each cell is designated by opening and closing the tag. If you can you show me what needs to go in your table, I’d be happy to help with the basic structure. This structure gets inserted into the Text tab of the WordPress editor OR the Text tab of the SiteOrigin Editor widget in Page Builder OR the Text tab of the Visual Editor widget in Page Builder. Just depends what you’re using using.
September 16, 2015 at 6:54 pm #2303
fredriksegeranptParticipantThank you very much for your fast respons!
I think I will be able to figure it out with the table now thanks and the setting for the table worked wonderfully!
The last thing, with the “X” if you go to our website (www.fredriksegerman.se) on a phone/tablet and open the menu the option to close it (the x) is hidden by the menu.
/Thanks once again
September 16, 2015 at 7:01 pm #2304
Andrew MisplonKeymasterAhh sorry about that. I’ve been meaning to work this problem. The positioning of the mobile menu icon isn’t taking into account the ability to adjust the header height. Not ideal! Apologies for the hassle.
Looks like you have Jetpack Custom CSS running. Go to Appearance > Edit CSS and insert:
/* Responsive Menu */ .responsive-menu .menu-toggle { margin-top: 20px; }
Let me know how that goes.
Thanks
September 16, 2015 at 7:08 pm #2305
fredriksegeranptParticipantThank you very much, it worked wonderfully!
September 16, 2015 at 7:26 pm #2306
Andrew MisplonKeymasterSuper, really glad to hear that helped.
If anything else comes up, please, let us know.
All the best.
- AuthorPosts
You must be logged in to reply to this topic.