[Resolved] How Can I CSS Target Widget Titles on the Left Bar…

Home Forums Support [Resolved] How Can I CSS Target Widget Titles on the Left Bar…

Home Forums Support How Can I CSS Target Widget Titles on the Left Bar…

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1504084
    Alirio

    …without affecting the widget titles on the right bar?

    I’m looking to left align the widget titles on the left bar and leave the widget titles on the right bar center aligned.

    Thank you.

    Rio

    #1504093
    Elvin
    Staff
    Customer Support

    Hi,

    Can you link us to the site in question so we could give you the proper CSS for it?

    You can provide the site details on the Private information textarea. Thank you.

    #1504097
    Alirio

    Sure.

    Left side bar
    https://ithrive.health/shop/

    Right side bar
    https://ithrive.health/blog/

    #1504102
    Elvin
    Staff
    Customer Support

    Try this CSS code:

    #left-sidebar .widget .widget-title {
        text-align: left;
    }
    
    #right-sidebar .widget .widget-title {
        text-align: center;
    }
    #1504564
    Alirio

    Thank you, Elvin! That worked! It even helped me style something else on my right sidebar.

    #1505285
    Elvin
    Staff
    Customer Support

    Thank you, Elvin! That worked! It even helped me style something else on my right sidebar.

    Nice one!

    No problem. Glad to be of any help. 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.