• Resolved robbob37

    (@robbob37)


    Hi there, really awesome plugin, does exactly what I need!

    If you have a look at my site you can see that I am using social media icons in both the header and footer. I would like to ideally have these a bit more aligned with the text.

    With the header I would like the icons to appear on the same line as the ‘Call Us’ text. On the footer, similar thing, just on the same line rather than the whole plugin taking up the width of the page.

    Any ideas?

    Thanks

    https://ww.wp.xz.cn/plugins/accesspress-social-icons/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Access Keys

    (@access-keys)

    Hi there,

    We checked in your site but we found that you have kept the shortcode above the ‘Call Us’ text due to which the icons are showing above the ‘Call Us’ text.First you will need to keep the shortcode just below the ‘Call Us’ text.

    After that you will need to add some css in your theme’s style.css file to get the position as described by you.Please add below codes into your site’s theme’s style.css line no 230 inside the {}

    float: left;
    position: relative;
    left: 410px;

    For the footer also there is an empty <p> </p> tag just before the shortcode has been placed.So please remove that empty <p></p> tag and it will show in the same line.

    Thanks.

    Thread Starter robbob37

    (@robbob37)

    OK, thanks for that.

    When viewing the site on a mobile device it does not look great as everything is moved over and makes the page wider than it should be. Is there anything I can do to stop this or override when on a specific screen size?

    Plugin Author Access Keys

    (@access-keys)

    Hi there,

    For that too , you will need to write some css regarding media query.You can search in google for that.

    And please don’t forget to rate our plugin 🙂 .

    Thanks.

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

The topic ‘Aligning and icons’ is closed to new replies.