Tagged: center, Widget, widget title
-
AuthorPosts
-
February 9, 2022 at 7:15 pm #1339859
Have tried all types of css. What is the solution?
February 10, 2022 at 3:54 am #1339885Hey daves1997,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:h3.widgettitle { text-align: center; }
After applying the css, please clear your browser cache and check.
If this doesn’t help please include the url to the page in question so we can take a closer look.Best regards,
MikeFebruary 10, 2022 at 2:26 pm #1339986h3.widgettitle {
text-align: center;
}Tried this b4. doesn’t work.
TksFebruary 11, 2022 at 12:52 am #1340060Hi,
Please include the url to the page in question so we can take a look.Best regards,
MikeFebruary 11, 2022 at 1:08 am #1340061Sidebar widget titles are h3 and working fine.
footer widget titles must not be. How do I make them h3?February 11, 2022 at 1:26 am #1340063Hi,
The footer widgets are h3 on our demo we could help better if you linked to your page.Best regards,
MikeFebruary 11, 2022 at 9:56 pm #1340215footer widget tags not h3
February 12, 2022 at 12:59 pm #1340261Hi,
To center these footer “widgettitle” you can use this css:#footer strong.widgettitle { width: 100% !important; display: block; text-align: center; }
or since these titles are manually added in a text widgets you could edit them to be H3 instead of “strong” tags and use this css instead
#footer h3.widgettitle { width: 100% !important; display: block; text-align: center; }
February 12, 2022 at 4:06 pm #1340277Neither worked . Tks
February 12, 2022 at 6:09 pm #1340279Hi,
I see that you are using a caching plugin and this css is not in your cache:#footer strong.widgettitle { width: 100% !important; display: block; text-align: center; }
So please disable your caching plugin and try adding this again to your General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field.
If you still have trouble then include an admin login and I will help you.Best regards,
MikeFebruary 12, 2022 at 7:20 pm #1340290Tried that. Didn’t work either. Tks Mike
February 12, 2022 at 7:33 pm #1340292Hi,
Please include an admin login so I can assist,
I see that your caching is still active and the css is not included.Best regards,
MikeFebruary 12, 2022 at 7:56 pm #1340293I just turned it back on.
- This reply was modified 2 years, 9 months ago by daves1997.
February 12, 2022 at 8:48 pm #1340301Hi,
It seems to be working for me, Please see the screenshot in the Private Content area.Best regards,
MikeFebruary 12, 2022 at 8:58 pm #1340304works in firefox, but not chrome
tksFebruary 12, 2022 at 9:09 pm #1340306Hi,
My screenshot above is in Chrome, please disable all caching and minifying plugins and leave it disabled for a day while the Cloudflare server cache catches up, if you are using Safari please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.Best regards,
MikeFebruary 12, 2022 at 9:23 pm #1340307I deactivate plugins @, for cache. then purged cache from cloudflare. Now appears to be working
February 12, 2022 at 9:48 pm #1340310Hi,
Glad to hear, if you have other changes to make I would recommend leaving these off until you have made them so you are not fighting with them, shall we close this then?Best regards,
MikeFebruary 12, 2022 at 11:41 pm #1340317I would leave it open. Been running a deep dive virus scan. Hope it is done by tomorrow. Then I can reboot. After that I will know if it works for sure.
February 12, 2022 at 11:44 pm #1340318February 13, 2022 at 3:46 pm #1340386I am starting to think there is a problem with chrome after update. even my top arrow turns into a square on chrome
February 13, 2022 at 4:02 pm #1340390Hi,
Do you mean you “back to top” arrow? I see your caching is active again, try disabling it and your cloudflare, then wait a while and check again.Best regards,
MikeFebruary 13, 2022 at 6:55 pm #1340394February 13, 2022 at 7:23 pm #1340400Hi,
Your css is still being served from wpo-minify cache:
/wp-content/cache/wpo-minify/1644759388/assets/wpo-minify-header-070ae8c4.min.css
and it looks like cloudflare is active
are you also using litespeed caching on your server?
Try disabling all of these and check again in a few hours, it can take a while for these to stop serving the cache.
Please note that yesterday in my screenshot showing that the widget titles were centered, you can see that the “back to top” arrow was working fine, see the screenshot below in the Private Content area.Best regards,
MikeFebruary 13, 2022 at 8:23 pm #1340404Seems to be working now. What a weird problem! Tks
February 13, 2022 at 8:28 pm #1340406Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Cannot Center Widget Title’ is closed to new replies.