Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #159605
    OTinsight
    Participant

    Hello, I posted recently with questions about my sidebar but was able to fix most of them. I now have a few questions:

    1. How can I get the image in my sidebar centered? Please view this link to understand what I mean: https://otinsight.org/2018/11/14/5-jobs-for-relevant-experience-before-ot-school/

    2. Can I add arbitrary text to the sidebar using the playfair display font?

    3. Can I get rid of some of the space between the image, text, and social media icons as seen in the link I provided?

    4. How can I add a sidebar to the posts index page? When I try to add one in now, the sidebar appears at the bottom of the page rather than as an actual sidebar.

    My website is http://www.otinsight.org. Please advise

    #159653
    Skandha
    Participant

    @otinsight:
    1. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .image.wp-image-34.attachment-medium.size-medium {
         width:100%;
    }

    2. Yes, you can do that. Please add the text using a text widget and let me know then I can provide you the additional CSS do use Playfair font on it.

    3. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #media_image-9, #text-11 {
         margin-bottom:0;
    }

    4. Can you explain the 4th point? I wasn’t able to understand what you meant.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #159702
    OTinsight
    Participant

    Hi Skandha, thank you for your help.

    I have already added the text widget you mentioned that I would like to use the playfair font on. Will you please provide me with the code to change the font?

    I was able to fix the 4th issue on my own, but thank you.

    I now have one more question. How can I get the “catch web tools social icons” centered in the side bar? They are currently left aligned.

    #159752
    Skandha
    Participant

    @otinsight:
    To change the font of the text widget
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #text-11 {
    	font-family:'Playfair Display', serif;
    }

    You seem to have figured out centering the social icons on the sidebar.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #160124
    OTinsight
    Participant

    Hi Skandha,

    Thank you for your help again.

    I actually did not figure out the centering the social icons in the sidebar yet. I am just currently using a different set of icons that is somehow automatically centered, but I would like to use the “catch web tools social icons” instead of the ones currently being utilized, and I still cannot figure out how to get those to be centered in the sidebar. How can I change this?

    #160201
    Skandha
    Participant

    @otinsight: Please enable the Catch Web Tools social icons in your sidebar and let me know so that I can help you out centering it.

    Kind Regards,
    Skandha

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