• Resolved foxtrio

    (@foxtrio)


    Good Evenining,

    My website “Ogawasushi.com” there is “Restaurant Menu” in the middle.

    Some reason, the contents & menu tabs are not in the middle.

    Please save me !

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • ThePixelMe

    (@thepixelme)

    You can add these to your custom CSS area or your child-them CSS file:

    For the menu tabs:

    .pws_tabs_controll {
        text-align: center;
    }

    For the content inside the tabs:

    .pws_tab_single {
        width: 100%;
    }
    Thread Starter foxtrio

    (@foxtrio)

    Thank you sosososo much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MENU (Please make them in the middle)’ is closed to new replies.