Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3115300
Category
Closed

Comments

  • mbunchhuon started the conversation

    Hi,

    I would like to move category from middle to left. Picture attachment.

  •  2,488
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .archive-box .title-bar {
        text-align: left;
    }

    Regards,
    PenciDesign.



  • mbunchhuon replied

    Hi,

    Thanks for this but when i put this custom css  it go to very close to the left edge screen.

  •  2,488
    PenciDesign replied

    Hi,

    Please modify the CSS code like this:

    .archive-box .title-bar {
        text-align: left;
        width: var(--pcctain);
        margin-left: auto;
        margin-right: auto;
    }

    Regards,
    PenciDesign.

  •   mbunchhuon replied privately
  •  2,488
    PenciDesign replied

    Hi,

    I've edited your site.

    Please check.

    Regards,
    PenciDesign.


  • mbunchhuon replied

    OK, Done and Thanks!