Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Pinpoint
  • #56195
    ckara
    Member
    Post count: 51

    I added the pages widget to the footer however the space between each link is very large and makes the footer very long. How can we reduce the space between each link?

    #56271
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please could you share your link so we can provide you with some custom css to reduce the spacing?

    – Kyle

    #56576
    ckara
    Member
    Post count: 51
    This reply has been marked as private.
    #56587
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try this custom css:

    .widget ul li > a {
      padding: 10px 0;
    }

    Which image do you mean?

    – Kyle

    #56588
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit style.css under theme directory and put this code
    #footer ul li{line-height:2px;}
    Hopefully it should work 100% .

    Thanks 🙂
    With Best Regards
    Swift Ideas

    #56614
    ckara
    Member
    Post count: 51

    Thanks, It worked. How about to remove the lines in between each of the page links?

    Kyle: I meant how to add an image in the footer. Say example i want to add a small 200px image in one of the columns.

    thanks again
    Chris

    #56622
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this css:

    .widget ul li {
      border: none;
    }

    To add an image, you need to use a text widget and place the img tag and link inside.

    For e.g:

    <img src="smiley.gif" alt="Smiley face" height="42" width="42">

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.