I am using the theme Sense. On the main page I have a multicolumn (3) underneath the top menu (no header). When I make the title above the columns font size Medium or Large, they are centered properly. However, when I change it to small, it becomes left justified and is farther left than the edge of the first column, looking wonky.
I have tried other solutions in the community by adding text-align: center everywhere I could find multicolumn-title (one by one and undoing each time), and have tried in base.css, multicolumn.liquid, you name it. I cannot for the life of me find where the code is directing that small text be left centered. Does anyone know the solution??
I apologize if I selected the wrong label for this question as I have no idea if the issue lays in the css, html or liquid file!
No just open the page in your browser, (if it’s Chrome) hit View (from the menu) > Developer Tools > Inspect Elements. It will open a dev window that shows you the Source Code, and if you pick the right selector option it will highlight the code when you select something (an element) on the page. So if you select the Heading of your section, it will show you the tags, the class / divs etc, so that you know what you need to target. If you do a google search for ‘Using Chrome Developer Inspector Tool’ i bet there’s a video showing you how to use it, then you’ll get what you need [Learning myself as I go]