Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Pinpoint
  • #1565
    mel71
    Member
    Post count: 19

    Can you please let me know whether there is any way to adjust how the Custom Menu widget displays? Here is my example – http://www.webfactory.com.au/testsites/visitwol/hunter-valley-accommodation/guesthouse-b-b/  The links are just too far apart, and it would be great if there was a small arrow or something similar next to each item, such as the custom menu in the footer of this website http://www.webfactory.com.au/  Any advice you can offer would be greatly appreciated.

    #1611
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can reduce the height by adding the following to Pinpoint Options > General Options > Custom CSS:

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

    You could add an arrow with a background image if you liked.

    – Ed

    #1622
    mel71
    Member
    Post count: 19

    Thank you! There is also a large blank space between the heading of the Custom Menu widget and the items – any way to reduce that? http://www.webfactory.com.au/testsites/visitwol/hunter-valley-accommodation/guesthouse-b-b/

    You mention adding a background image – how would I add that to the Custom Menu widget?

    Melanie

    #1624
    mel71
    Member
    Post count: 19

    Sorry, me again – also wondering if there is a similar code I could use to reduce the spacing between the Event items in the Footer widget? http://www.webfactory.com.au/testsites/visitwol/things-to-do/

    #1654
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Try this custom CSS:

    .widget ul li > a {
    padding: 15px 0 5px !important;
    }

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #1703
    mel71
    Member
    Post count: 19

    Thank you! There is also a large blank space between the heading of the Right Sidebar widgets and the items – any way to reduce that? http://www.webfactory.com.au/testsites/visitwol/hunter-valley-accommodation/guesthouse-b-b/

    #1765
    Cosmin – SUPPORT
    Member
    Post count: 3851

    I see, maybe:

    .widget ul li .post-date {
      margin: 0 0 10px;
    }

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #1848
    mel71
    Member
    Post count: 19

    Thanks, but unfortunately that didn’t alter anything. There is still the large blank space between the header of Sidebar widgets and the actual widget.

    Also, this support request was Closed, but hasn’t yet been addressed:  My apologies for yet again trying to get a fix for this issue – is there are way to close up the spacing in ALL sidebar/footer widgets? You have provided the code for a couple of specific widgets, but every time I use another one the same problem occurs – I’m slightly confused as to why the default seems to be that lines are spaced very far apart, as it just limits the amount of information you can provide. The one I am having a problem with now is the News feed in the sidebar – http://www.webfactory.com.au/testsites/visitwol/hunter-valley-accommodation/guesthouse-b-b/

    Any assistance you can offer would be greatly appreciated.

    #1928
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Try adding it with !important:

    .widget ul li .post-date {
      margin: 0 0 10px !important;
    }

    For the second question, I’ve already replied above, you can try with !important there as well.

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register