• Resolved rishabhsingh12

    (@rishabhsingh12)


    As you can see in the attached link, the right sidebar has every thing aligned to right.

    How can I align it to left?

    I tried using this:

    .sidebar {
    text-align:left;
    }

    But it didn’t helped?

    Any solution?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter rishabhsingh12

    (@rishabhsingh12)

    I think I found a solution.

    In the class-fire-init.php there is a line of code:

    / $right_sidebar_text_alignment = is_rtl() ? ‘text-md-left’ : ‘text-md-right’; /

    while it should be:

    / $right_sidebar_text_alignment = is_rtl() ? ‘text-md-right’ : ‘text-md-left’; /

    because: if() ? ‘True’ : ‘False’

    I think it’s a bug. So, I’ve edited it for now.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘How to align the text left in right sidebar?’ is closed to new replies.