• Resolved ayoungerskin

    (@ayoungerskin)


    Hi!

    If you look at my sideboard I have a section in border about myself. I wonder first of all if You should have shoosen another picture, that is wider, instead of this tall one? And secondly I wonder how I get the headline centered.

    Best regards
    Ann

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi Ann,

    Thank you for getting in touch with us.

    Here you can see the screenshot of what I can see on your site: https://prntscr.com/ktaex2
    I don’t see any section about you. Could you logged out and check if this section is available for not logged in users?

    Kind regards

    Thread Starter ayoungerskin

    (@ayoungerskin)

    I tried another theme that is why. Please take a look now ??

    Best regards
    Ann

    The original size of your image is 940x1297px so it is resized proportionally to 308x425px. If you want this image to be shorter you need to change image size.

    To centered About me text please try this css in Appearance → Customize → Additional CSS:

    .sidebar-default-borders .widget_text {
        text-align: center;
    }

    Kind regards

    Thread Starter ayoungerskin

    (@ayoungerskin)

    I added the code but nothing happened.

    Best regards
    Ann

    It seems that you’ve missed dot before declaration. It look like this:

    sidebar-default-borders .widget_text {
        text-align: center;
    }

    but it should be:

    .sidebar-default-borders .widget_text {
        text-align: center;
    }

    Best

    Thread Starter ayoungerskin

    (@ayoungerskin)

    Thank you, got it!! ??

    Thread Starter ayoungerskin

    (@ayoungerskin)

    Oh one final question. I do not want this bordered widget to be shown on my “about me page”. How can I code that it is only shown on the other pages?

    Br
    Ann

    This should take care of that:

    .page-id-9 .sidebar-default-borders {
    	display: none;
    }

    FYI, this hides the whole bordered sidebar on that page, so if you decide to add something else into it apart from “About Me” widget, that will not be shown on your “About Me” page as well.

    Hope this helps.

    Kind regards.

    Thread Starter ayoungerskin

    (@ayoungerskin)

    Thank you!! ??

    You’re welcome. ??

    BTW, just looked at our Reviews page – https://www.ads-software.com/support/theme/kale/reviews/ and don’t see one from you. I do wear glasses so excuse me if I overlooked it, but if I didn’t, we would really appreciate one from you. What do you think? ??

    Kind regards.

    Thread Starter ayoungerskin

    (@ayoungerskin)

    Now you see one ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘text in bordered widget’ is closed to new replies.