• Hi, I’m trying to put all categories (Video, Sound, Word, Video) of Imbalance theme in just one row, instead of two, and I can’t. My blog is this https://www.null66913.net/work/

    I guess that I should adjust some kind of table or width, but I can’t find where..

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You will need to modify the css for the category section

    If you wish to center the nav have a look at this : –

    https://csswizardry.com/2011/01/create-a-centred-horizontal-navigation/

    just as the above example make your nav list look like this :

    <ul>
           <li>Video</li>
           <li>Sound</li>
           <li>Word</li>
           <li>Image</li>
    </ul>

    It appears that you’ve messed with the theme files or added CSS in the wrong places – try reinstalling the theme, or ask the developers of your theme for help:

    https://wpshower.com/themes/imbalance/

    These forums only support themes from the repository on this site.

    Thread Starter null66913

    (@null66913)

    Thank you, sk_tamilan, I’ve tried to modify several css properties, but I don’t find a solution, I think that the number of columns of the categories is related with the number of columns that appears below and my knowledge of this kind of things is quite limited.

    Thank you also to WPyogi, I’ve changed a lot of things of the theme files and CSS. I didn’t know that these forums only support themes from the repository on this site.

    Your changes will be overwritten when the theme is updated – you should be using a Child Theme to make any theme file changes –

    https://codex.www.ads-software.com/Child_Themes

    It will also make it much easier to find problems you’ve created in the CSS… I’d suggest you make a child theme now and move your changes to it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme Imbalance: Put all categories in the same row’ is closed to new replies.