Okay
  Public Ticket #1466981
Move Categories to the right
Closed

Comments

  • FROM-SCRATCH started the conversation

    Hello there,

    I updated to Kalium 2.2. Since them i have small changes on my website.

    For exemple in the Porfolio the Category menu is on the left instead to be on the right.

    I dont remember where  I can make this change, i looked on all the Theme Options…
    Thanks for your help.

    Best regards,

  • [deleted] replied

    Hi again,

    Please go to that page and then click Edit Page, find Parameters and Options > Custom CSS and paste this CSS code:

    .portfolio-title-holder {
        float: right;
    }

    This should solve your problem :)

    Have a great day!

  • FROM-SCRATCH replied

    Hello,

    I'm using the Child theme, i put the CSS code you sent me at Apparence > Customize > Aditional CSS, and it shows perfectly at right.
    Do you think is better there ? For the next update ?

    Thanks a lot for your help.
    Best regards,

  • [deleted] replied

    Hi there,

    — No it's not the same. That place that I wrote to you saves your CSS codes even if you perform a theme update. That area makes the code valid for that page only.

    — And this Custom CSS area:


    (view on new page)

    Makes the CSS codes valid for your entire website.

    — We don't recommend you to put the CSS codes on the Appearance > Customize > Additional CSS area.

    Have a great day!