Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22629

    I have three widget columns in my footer section, and one of them is a text widget. The text in this widget automatically aligns in the centre, but I would like it to align left. How do I do this?

    #22631
    Arnel C
    Member

    You can always find and experiment with formatting using the “Inspect” tool in your web browser.  Check out this article for an example of doing this using Google’s Chrome browser.  You can then add the CSS code in Custom Theme CSS section of BoldGrid interface.  I used the Chrome browser to find the following code and then tried changing text-align value from “center” to “left”.  The applied value to the Custom CSS would look like this:

    .site-footer {text-align: left  !important;  }

    Please keep in mind to create a backup of your site before and after making the changes, to ensure you have a fallback point, in the case of unexpected behavior from the code. I hope this helps!

    #22630

    Hi Arnel, thank you for your answer. However, when I added that code all four of my widgets changed to having their text aligned left, but I only want my fist widget to align left. I would like all other widgets to align centre. I wasn’t able to figure out how to do this using Chrome’s inspect tool – do you know what code I would need to add to only change the text alignment of the left-hand footer widget (1)?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How do I get text to align left in footer widget’ is closed to new replies.