Hi.
I did not understand your question. What do you want your widget to look like? Can you send us a screenshot of the current look and, if you have time, what you would like it to look like?
Boris,
Please see the current orientation, with the 3 columns I mentioned.
I would like the headers: “About Us”, “Map to Stitiches” and “Contact Us” to be adjusted to the left, so that they line up with the body text that follows. It automatically centers the headers but doesn’t look right as the screen shot reflects.
I hope this helps.
I emailed the screenshot.
There’s no email support here — I’m not sure who you emailed the screenshot to — but you can upload the screenshot – in a graphic format like JPG, PNG, or PDF – in your Media Library, and provide a link so I can see it, or upload it with a service like Cloudup, Imgur or Snaggy.
Ideally, it’s best if you can provide a link to your site so we can troubleshoot directly, rather than guessing based on a screenshot. Thanks!
Good to know for future.
Please find link below to make it easier to troubleshoot!
Contact Page: http://www.stitchesindesign.info/sample-page-2/sample-page-6/
Home page: http://www.stitchesindesign.info
I’m not totally sure I understand your goal, but if you’re looking to remove the centering on the titles of your front-page template widgets, this custom CSS should do the trick:
.front-widget-area h3 {
text-align: left;
}
If I’ve misunderstood what you’re trying to do, if you could explain in a little more detail, or even with a quick sketch, that would be helpful Thanks!
Kathryn,
I tried the code you provided and nothing happened.
I am hoping the each column’s header (About Us, Map to Stitches, Contact Us)
align left, which I was hoping the code you provided would work.
Please note that Im currently working on resolution on orientation as well.
I want every page to have the same consistency.
http://www.stitchesindesign.info
Ah – sorry, I was looking at the wrong widgets. You’re referring to the footer widgets, so this is the CSS to un-centre those:
.footer-widget-area .widget-title {
text-align: left;
}
Kathryn,
That worked! Thanks!
Can you tell me how to “center” the Front Page Embroidery-Screenprint-Digitalizing Designs that consists of headlines and images on the home page?
I just noticed its not centered.
Best,
Christina
Let’s continue looking at the front page widgets in your other thread first:
https://ww.wp.xz.cn/support/topic/front-page-widget-issue-1
Once we figure out the spacing issue, then we can look at centering.