Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s a CSS issue – don’t know if you can change in the theme options, but changing the width and the right to these fixes the problems:

    .navigation {
    width: 630px;
    right: 30px;
    }

    However, if you add more items to the menu, it will again overlap and or break to a new line below — as it’s limited space defined by the width.

    Be very sure you are using a child theme.

    1. After shortening the navigation bar, i’ve noticed the title is still not completely shown. It seems as though I can only use 13 characters in the title. Is this correct? How can i fix it?

    2. Also, Can I set the main slider to display only PAGES, and set the mini-slider to only display specific/featured POSTS?

    thanks!

    nevermind, found it in

    $wpcx_logo_name = “<div class=’logo_text’>” . wpcx_cut_text(get_bloginfo(‘name’), 13, “”) . “</div>”;

    EDIT: ok, so my two-word title is 16 characters which caused the header to create a new line for the second word.
    Is there some way to keep the whole title on the same line?

    Did you make the changes — because they are not showing up now. It may be that the theme automatically changes those styles back to its settings — same with the 13 characters — those may be hardcoded. You could probably change them — but that would involve editing the header.php file (unless it’s set somewhere else.). Same with your second question — theme specific — looks like Javascript. Try looking on the site where you downloaded the theme from — it looks like they have a support forum.

    Hi did either of you find a way in shortening the width of the header navigation bar? I want to put my logo to the left of it and not above?

    like displayed here: https://www.wp-themix.org/themes/wp-creativix-free-premium-portfolio-wordpress-theme/

    Would appreciate any help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: WP-Creativix] Navigation Bar Overlapping Title’ is closed to new replies.