• Resolved ayoungerskin

    (@ayoungerskin)


    Hi!

    I need help to get rid of a line. If you look at my sidebar you see a picture of me with a text under (Hi and welcome to my blog). Now above that picture is a black line that doesn’t look very good. How can I get rid of it? It is only on computer this is a problem. The line is not there on mobile device ??

    Thank you alot!!

    Best regards
    Ann

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello ayoungerskin,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .sidebar-no-borders .widget.widget_text {
      border-top: 0;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter ayoungerskin

    (@ayoungerskin)

    It did!! ?? Thank you so much for your help!! Can I ask you one more thing? It’s about the headline (Hi and welcome to my blog). Is there a way to get that centered? Or to get the whole text centered?

    Best regards
    Ann

    Hi ayoungerskin.

    Please try this CSS

    #text-2 .textwidget {
    	text-align: center;
    }

    It looks like you’ve tried to centre the title “Hi and welcome…” by adding blank space, please remove those and the title should be centred as well.

    If you have any additional questions, feel free to ask.

    Kind regards.

    Thread Starter ayoungerskin

    (@ayoungerskin)

    Thank you so much!! That really helped! I see though that it would look better if the text was not centered, but still have the headline centered. Would that even be possible or do I have to choose?

    Best regards
    Ann

    You’re welcome.

    It could be done, there’s only one thing you should do. Since it looks like you’ve added that text using some HTML formatting, could you enclose the title in the H4 or H5 tags like <H4>Title goes here</H4> and I’ll come up with some CSS?

    Kind regards.

    Thread Starter ayoungerskin

    (@ayoungerskin)

    Hi again,

    Oh I havent done any HTML formatting i know of? I dont even know what that is ?? Where exactly should I put in that tag title?

    Best regards
    Ann

    Ah, sorry for that, it looked like that to me when I was inspecting the code. ??

    Anyway, when you open that widget, you should see something like this (hopefully):

    <strong>HI AND WELCOME TO MY BLOG!</strong>

    If you see it, simply replace strong with H4.

    Please let me know what happens.

    Kind regards.

    Thread Starter ayoungerskin

    (@ayoungerskin)

    Thank you I did! But the headline was then not in bold anymore so I changed it to bold and then it looked like: <h4>WELCOME TO MY BLOG!</h4>
    But now it is smaller in size :-/ Not sure why… but I would like it a bit larger like it was before :-/ What can I do?

    You can add this to the Additional CSS:

    #text-2 h4 {
    	font-size: 18px;
    	text-align: center;
    }

    So the headline will be bigger and it will remain centred even after you remove the CSS I’ve sent you previously for centring the text in the widget.

    Adjust 18px as you like it.

    Let me know if you need additional assistance with this.

    Kind regards.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Sidebar’ is closed to new replies.