Viewing 15 replies - 1 through 15 (of 18 total)
  • Hello Emily,

    Thanks for using the plugin.

    you can add the following code to the end of your theme’s style.css

    #sidebar #short_code_si_icon
    {
    text-align:left;
    }

    which underline are you mentioning? cant find any text decoration underlines..

    Let us know..

    Thread Starter Emily

    (@yy4u96)

    Hi,

    That fixed the alignment. Thank you so much!

    On my site, there are dotted lines under each of the menu items in the sidebar. Under my four social media icons, from your plugin, there are dotted lines, which actually overlap a bit because of the closeness of the icons. I’d like to remove that.

    I can see it in both Firefox and Chrome. I’m on a Mac. Here’s a screenshot: https://screencast.com/t/1PEYciwC

    Thanks,
    Emily

    Oh Yes, That’s happening from your theme,

    lets fix it by adding the below code to the end of your theme’s style.css

    #sidebar #short_code_si_icon a {
        border: 0 none !important;
    }

    Send an email to info at acurax dot com for any web related needs.

    Thread Starter Emily

    (@yy4u96)

    That fixed it all! Thank you!

    Cool, thanks for being with us.

    Hi there,
    Thanks so much for a great plugin! I am currently having an issue with aligning the icons to the right of my footer. I have manually entered the shortcode to my footer.php file and also added the following code to my css, but the social media icons are still centered in the footer.
    #short_code_si_icon
    {
    text-align:right;
    }
    Any help would be much appreciated. The website is: https://little-luxuries.biz/
    Many thanks,
    Lydia

    Hello Lydia,

    Thanks for being with us and thanks for using the support ??
    Change your style to

    #short_code_si_icon
    {
    text-align: right !important;
    }

    It will fix the issue

    Regards,
    Sam
    [ Signature moderated. ]

    Hi Sam,

    Thank you very much for this, I just updated the code to the one you emailed and it fixed the problem ?? I really appreciate your help!

    Thanks so much,
    Lydia

    Cool, Thanks for being with us.

    Hi. I am having the same problem, except in the body of my theme. I tried both of the above css codes, but neither work — still centered.

    I’d like to align the social icons left in the body if possible.

    Thanks!

    @wml Please let us know your website url.

    Here is the under construction Contact Page

    Thanks.

    You can use

    #short_code_si_icon
    {
    text-align: left !important;
    }

    If having trouble, let us know the login at info [at] acurax [dot] com

    Thanks! Works perfectly.

    Hello,

    Could you possibly help with an alignment issue?

    I also wanted to left justify my social icons under the Info tab in the sidebar. I cut and pasted the code suggested to wml to the end of my stylesheet. The icons show up on some of the pages but not all of them including the homepage. They’re also centered instead of left justified and right below Info.

    Thank you so much for the help!
    My website: https://www.griffinmade.com

    Louise

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Left aligning manual placement’ is closed to new replies.