Viewing 2 reply threads
  • Author
    Posts
    • #8367
      mack
      Participant

      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.

    • #8368
      ThemeofWP
      Keymaster

      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 to col-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

    • #8400
      ThemeofWP
      Keymaster

      I’ll close this question as solved.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.