• Resolved cherukuri

    (@cherukuri)


    Hi i have tabs on company page, they were ok but i just noticed they are off position in the page. Not sure what i did, I have not modified anything in the tabs.

    [tabs style=”vertical”][tab title=”About Us”]content[/tab][tab title=”Vision”]content[/tab][/tabs]

    here is the link http://orange.co.tz/?page_id=11

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Looks like that’s because of a style in your css/style.css file:

    .bordered.ui-tabs .tabs-content-wrapper {
    	display: block;
    	margin-top: -20px;
    	padding: 30px 20px;
    	background:#ecf0f1;
    	border-radius: 0 0 3px 3px;
    }

    The “margin-top: -20px;” style.

    Have you considered switching to a theme distributed on WordPress.org? We support those: http://wordpress.org/themes/ .

    Thread Starter cherukuri

    (@cherukuri)

    Hi thanks for the help, I just noticed Form Maker plugin was the culprit for the mis-alignment. I have deactivated it and tabs are fine

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TABS Alignment is off’ is closed to new replies.