Home Forums Weaver Xtreme Theme Reduce distance between top border and text in sidebar (extra menu)

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #75268
    wallee
    Participant

    How can I reduce the distance between the border at the top and the text in the sidebar (extra menu)?
    See http://neu.voyagevertical.ch/galerie-2/

    or compare

    https://voyagevertical.ch/galerie/

     

    #75269
    User
    Moderator

    @Wallee

    Weaver Xtreme Admin > Main Options > Sidebars & Layout > Sidebar Options >
    Choose Widget type – then  > Padding: T: 0 px

    Regards!

    #75270
    wallee
    Participant

    Thank you,
    unfortunately this does not work, as T is already set to 0… I assume that this space between the top border and the first line is normally used to display the title. But I don’t want that, I want the distance of the border to be the same as at the bottom.
    If I enter a minus value for T, e.g. -30, nothing happens.

    regards

    #75273
    scrambler
    Moderator

    The space comes from the widget title that has something inserted in it, and the widget title has been made transparent so it would not show.

    h3 class=”widget-title font-sans-serif”>(Français) galerie</h3

    If you have to use the widget title for that content but do not want to see it, you can hide it instead with display:none

    .weaverxp_extra_menu .widget-title {display:none;}

     

    #75274
    wallee
    Participant

    The problem is solved:
    Under extra menu options, check the box add Border and uncheck the box add Border in the sidebar options (widgets)…

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.