Premium WordPress Themes, Templates & Plugins › Support › WordPress Theme Support › Cosmos › Questions
- This topic has 2 replies, 2 voices, and was last updated 8 years, 9 months ago by ThemeofWP.
- AuthorPosts
-
- March 9, 2016 at 6:26 pm #8367mackParticipant
Is there a way to adjust the footer column width for tablets, so that the columns will be aligned on the same row horizontally, rather than vertically? On a desktop, the 3 widgets are displayed that way, but when viewed on a tablet, they are displayed vertically.
Also, can the width of the contact info section of the subheader menu be widened? I’m using Header #1 with the contact on the left and social on the right, but with a long email address, a tablet causes the email address to drop to a second line.
- March 9, 2016 at 7:39 pm #8368ThemeofWPKeymaster
Hi welome to our support forums and thanks for your purchases!. Ys there is a way to do t easily. Please open the functions.php and go to line 899 find this:
register_sidebar(array( 'name' => __( 'Footer', 'themeofwp' ), 'id' => 'bottom', 'description' => __( 'Widgets in this area will be shown before Footer.' , 'themeofwp'), 'before_title' => '<h3>', 'after_title' => '</h3>', 'before_widget' => '<div class="col-lg-3 footer_widgets">', 'after_widget' => '</div>' ) );
just change the
col-lg-3
tocol-sm-3
I thing or the second one solution same open inc/header1.php and finthe email section and others just change the col-sm-6.
This trick wil be gives you a wider area on tablet. you can try sm, lg, md, etc. By the way are you using the latest version?
Best Regards
ThemeofWP.com Team - March 31, 2016 at 5:52 pm #8400ThemeofWPKeymaster
I’ll close this question as solved.
-
- AuthorPosts
- You must be logged in to reply to this topic.