Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #1339859

    Have tried all types of css. What is the solution?

    #1339885

    Hey 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,
    Mike

    #1339986

    h3.widgettitle {
    text-align: center;
    }

    Tried this b4. doesn’t work.
    Tks

    #1340060

    Hi,
    Please include the url to the page in question so we can take a look.

    Best regards,
    Mike

    #1340061

    Sidebar widget titles are h3 and working fine.
    footer widget titles must not be. How do I make them h3?

    #1340063

    Hi,
    The footer widgets are h3 on our demo we could help better if you linked to your page.

    Best regards,
    Mike

    #1340215

    footer widget tags not h3

    #1340261

    Hi,
    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;
    }
    #1340277

    Neither worked . Tks

    #1340279

    Hi,
    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,
    Mike

    #1340290

    Tried that. Didn’t work either. Tks Mike

    #1340292

    Hi,
    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,
    Mike

    #1340293

    I just turned it back on.

    • This reply was modified 2 years, 9 months ago by daves1997.
    #1340301

    Hi,
    It seems to be working for me, Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1340304

    works in firefox, but not chrome
    tks

    #1340306

    Hi,
    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,
    Mike

    #1340307

    I deactivate plugins @, for cache. then purged cache from cloudflare. Now appears to be working

    #1340310

    Hi,
    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,
    Mike

    #1340317

    I 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.

    #1340318

    Hi,

    ok

    Best regards,
    Mike

    #1340386

    I am starting to think there is a problem with chrome after update. even my top arrow turns into a square on chrome

    #1340390

    Hi,
    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,
    Mike

    #1340394

    I have done that over and over.
    here is square for back to top
    2022-02-13_11-55-02

    #1340400

    Hi,
    Your css is still being served from wpo-minify cache:
    2022-02-13_014.jpg
    /wp-content/cache/wpo-minify/1644759388/assets/wpo-minify-header-070ae8c4.min.css
    and it looks like cloudflare is active
    2022-02-13_015.jpg
    are you also using litespeed caching on your server?
    2022-02-13_016.jpg
    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,
    Mike

    #1340404

    Seems to be working now. What a weird problem! Tks

    #1340406

    Hi,
    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

Viewing 26 posts - 1 through 26 (of 26 total)
  • The topic ‘Cannot Center Widget Title’ is closed to new replies.