• Resolved ceasar99

    (@ceasar99)


    Hello!

    I’m experiencing some trouble with my website when it comes to responsability. On my website is a textwidget underneath the “our team” section. When I open the site on my phone, all text within the widget is aligned to the right corner of the screen, whilst I just want it to be centered, so it’s readable. I’ve installed custom CSS plugins to edit it, and i’m now trying to fix it using media-queries. Sadly nothing seems to work.

    Can anybody help me?

    the link to the website is: talithazorg.nl

    Gr. Rowan

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Gr. Rowan,

    Apologies for the late reply.

    Can you please try adding following custom CSS to the theme and see if it does the trick:

    .textwidget div {
        margin-left: 0px;
        text-align:center;
    }

    Let us know how it goes 🙂

    Thread Starter ceasar99

    (@ceasar99)

    Hey Suyogya!

    it’s no problem you responded so late, i’m so happy after all that you are able to help me.

    it tried adding the CSS code, poor enough it didn’t help. thetext-align: center; seemed to worked, but the margin-left: 0px;didn’t solve anything, it had no effect at all.

    were on the right track seeing this. but not yet there. i hope we can solve this!

    Hey there,

    Can you try replacing the code I gave you with this one:

    .textwidget div {
        margin-left: 0px!important;
        text-align:center;
    }

    Let us know how it goes.

    Thread Starter ceasar99

    (@ceasar99)

    Sorry for my late response, but anyway it helped!
    The website is now fully responsible on my phone.
    I want to thank you so much for helping me!

    Thanx again!

    Gr. Rowan

    Hey Gr. Rowan,

    Glad I was able to help. If you’re happy with our products and support, please leave us a kind review here:-

    https://ww.wp.xz.cn/support/view/theme-reviews/zerif-lite

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘responsability’ is closed to new replies.