For move in ShestakUI\config\positions.lua(~26-31 lines):
-- ActionBar positions
["bottom_bars"] = {"BOTTOM", UIParent, "BOTTOM", 0, 8}, -- Bottom bars
["right_bars"] = {"BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", -21, 320}, -- Right bars
["pet_horizontal"] = {"BOTTOMRIGHT", UIParent, "BOTTOM", -175, 167}, -- Horizontal pet bar
["stance_bar"] = {"BOTTOMRIGHT", UIParent, "BOTTOM", -202, 167}, -- Stance/Shift/Totem bars
["vehicle_bar"] = {"BOTTOMRIGHT", "Bar1Holder", "BOTTOMLEFT", -3, 0}, -- Vehicle button
For setting in ShestakUI\config\config.lua.lua(~252-275 lines):
----------------------------------------------------------------------------------------
-- ActionBar options
----------------------------------------------------------------------------------------
SettingsCF["actionbar"] = {
-- Main
["enable"] = true, -- Enable actionbars
["hotkey"] = true, -- Show text on you hotkey
["show_grid"] = true, -- Show empty action bar buttons
["button_size"] = 25, -- Buttons size
["button_space"] = 3, -- Buttons space
-- Bottom bars
["bottombars"] = 2, -- Number of action bars on the bottom
-- Right bars
["rightbars"] = 3, -- Number of action bars on right
["rightbars_mouseover"] = true, -- Right bars on mouseover
-- Pet bar
["petbar_mouseover"] = false, -- Petbar on mouseover(only for horizontal petbar)
["petbar_hide"] = false, -- Hide pet bar
["petbar_horizontal"] = false, -- Enable horizontal pet bar
-- Shapeshift/Stance/Totem bars
["shapeshift_mouseover"] = true, -- Shapeshift/Stance/Totem bars on mouseover
["shapeshift_hide"] = false, -- Hide shapeshift
["shapeshift_horizontal"] = true, -- Enable horizontal shapeshift bar
}