-
AuthorPosts
-
September 16, 2013 at 1:46 am #161506
Hi,
I’m working with your theme enfold here (e8hoops.com). It’s working excellent except for a few problems.
1.) Why is it when I resize the window smaller or see it on my Ipad does the Staff link get pushed under the logo? Is there a way to keep the top menu locked rather than moving when the window is resized? I like the way this website’s heading is designed is there a way to do it like that or is this a different theme? Also can I add pictures other than a logo to the header?
2.) How do I make the layerslider stay fullwidth rather than shrink when I resize the window?
3.) What do I do to make the html code under the Roster page resize so it shows up properly on mobile devices. I can’t see all of the table on my Iphone and it’s extended too far on my iPad. I want it to show up how it does on my desktop.
4.) Have Youtube and Instagram icons been designed yet to add to the social media bar in enfold? If not is there a way to manually add them.
September 16, 2013 at 8:41 am #161568Hi,
1.) You can add this on your custom.css or Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 989px) { .main_menu ul:first-child > li > a { padding: 0 8px; font-size: 12px; } }
2.) It should be full width even when you shrink the screen. You can check the demo. Did you modify anything on the css? Please check LayerSlide WP > Slide > Global Settings > Slider width. The value should be 100%. and make sure that “Full-width slider” is on.
3.) You can add this on your custom.css or Quick CSS to adjust the table layout on mobile device.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .easy-table th, .easy-table td { padding: 3px; font-size: 10px !important; } .easy-table-header.tablesorter-headerDesc { width: 100px !important; } .easy-table-header.tablesorter-headerAsc .tablesorter-header-inner { width: 100px; } }
4.) No, the feature is still not available. You can refer to this link: https://kriesi.at/support/topic/youtube-icon/
Regards,
Ismael- This reply was modified 11 years, 2 months ago by Ismael.
-
AuthorPosts
- The topic ‘Specific Website Questions’ is closed to new replies.