Why are my tabs flowing downwards instead of side to side in my Business Service theme?

My tabs are showing up beneath each other instead of side by side. The highlighted hover color is not lining up correctly either. I have not changed any settings.

Mike Roland

m.roland.btbinc@gmail.com

661-742-2026

[attachments are only viewable by logged-in members]

  • dang5941
    • New Recruit

    Hi Mike, hope you are doing ok.

    Check your menu and make sure that they are directly below each other and not under the home tab and to the right a little, as this makes them a sub item.

    Go to your Dashboard – Appearance – Menus

    :slight_smile:

  • Vaughan
    • Ex Staff

    Hi @mike,

    They look fine to me on my screen. Have you managed to fix this?

    However, the width is a bit small to fit the about menu item on the same line. Try adjusting the page-nav width. or reduce the font size.

    #page-nav {
    width: 970px;
    }

    Hope this helps

    [attachments are only viewable by logged-in members]

  • Mike
    • WPMU DEV Initiate

    Please help me…In my WP-Dashboard and my Cpanel, when I look up the CSS style sheet, it does not give me access to the style sheet. It has CSS files, but when you open them, they are not the actual files…I’m lost…does WPMU block the style sheet it the theme? How can I access it? I also want to access the footer area to lock out some of the data there for now.

  • Vinod Dalvi
    • WP Unicorn

    Hi @mike,

    Thank you for your reply.

    We ( WPMU ) don’t block the style sheet.

    It has CSS files, but when you open them, they are not the actual files

    What do you mean by “they are not the actual files”?

    Could you please explain it a bit more in detail so that i can help you?

    The stylesheet of Business Services theme are declared in the following CSS files in the Business Services theme folder.

    business-services/_inc/css/businessservices-buddypress.css

    business-services/_inc/css/businessservices.css

    Are you using theme editor to change theme stylesheet?

    If yes then i would recommend you not to use theme editor to change the code as it may cause “White screen of death” problem instead use FTP or File manager in the cpanel to change it.

    Also don’t edit parent theme file as changes made in the theme file will be lost on updating the theme and you will have to make the changes again instead you can edit the CSS by adding and overwriting it in the style.css file of your child theme or add it in your site using the following plugin.

    http://wordpress.org/plugins/simple-custom-css

    Regards,

    Vinod Dalvi