Title: Tabs on top?
Last modified: August 31, 2016

---

# Tabs on top?

 *  Resolved [rpvp](https://wordpress.org/support/users/rpvp/)
 * (@rpvp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/tabs-on-top/)
 * Can the tabs be positioned on the top of pages, either right side or left?
 * [https://wordpress.org/plugins/wp-flybox/](https://wordpress.org/plugins/wp-flybox/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [cconoly](https://wordpress.org/support/users/cconoly/)
 * (@cconoly)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/tabs-on-top/#post-7208974)
 * The tabs can either be on the right side or left side of the screen. You can 
   set how high you want them under the Display Options > “How High To Start First
   Tab”
 *  [vivilo](https://wordpress.org/support/users/vivilo/)
 * (@vivilo)
 * [10 years ago](https://wordpress.org/support/topic/tabs-on-top/#post-7209080)
 * I want to change top position (How High to Start to Start First Tab) instead 
   px for % (percentage), due it’s better for responsive adaptation on mobiles. 
   How can I do that? Which file do I have to modify in the programmation?
 * cleanservicesolutions.com
 *  Plugin Author [cconoly](https://wordpress.org/support/users/cconoly/)
 * (@cconoly)
 * [10 years ago](https://wordpress.org/support/topic/tabs-on-top/#post-7209081)
 * There could be a problem if you have more than one tab. The first tab uses how
   many pixels you set that option to, but the second and third and so forth take
   the previous heights of all the tabs, the separation, and how high to start and
   adds them all together for a new pixel location. If one was in % and not px it
   will throw the rest off.
 * Here is the file that contains that setting though:
    `\wp-content\plugins\wp-
   flybox\body_import.php` It starts on line 60 and ends on line 91.
 * Before you try the below, backup your file.
 * Only if you have 1 tab then you can replace line 60-91 (everything between “//
   wrapper” and “//filler” with this:
    `echo '<div class="wp-flybox_tab" id="wp-
   flybox_tab'.$i.'" style="pointer-events:all;width:auto;display:inline-block;overflow:
   hidden;position:'.$wpflybox_position.';border:0px;'.$right_or_left.':-9990px;
   top:XXXXX;z-index:999'.$i.' !important">';` Replace XXXXX with your height to
   start and type like `20px` or `25%`.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tabs on top?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-flybox.svg)
 * [WP-FlyBox](https://wordpress.org/plugins/wp-flybox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-flybox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-flybox/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-flybox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-flybox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-flybox/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [cconoly](https://wordpress.org/support/users/cconoly/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/tabs-on-top/#post-7209081)
 * Status: resolved