Details page sidebar margins

This topic contains 4 replies, has 2 voices, and was last updated by  Karin Zickler 3 years, 12 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #539865

    Karin Zickler
    Lifetime Member
    Post count: 47

    Hi,
    How are you? Hope you are all doing fine these days.

    Can you please hepl me with the margins settings on the details page? I am trying to change the margins of the sidebar. I used this css code:

    .sd .sd-sidebar.sd-sidebar-right {margin-top: -30px!important;}

    Please see screenshot attached.

    But it also changes the margins of the map on the search results page.

    #539869

    Kor
    Moderator
    Post count: 16516

    Hi Karin Zickler,

    Thanks for your post. Could you share the URL of the page in question?

    #543265

    Karin Zickler
    Lifetime Member
    Post count: 47
    This reply has been marked as private.
    #543286

    Kor
    Moderator
    Post count: 16516

    Hi Karin,

    Thanks for your reply and I apologize for the late response. You can use the custom CSS code below to adjust that.

    .sidebar .widget {
        padding: 5px 0px!important;
        border-bottom: 1px solid #e1e1e1!important;
    }
    #543310

    Karin Zickler
    Lifetime Member
    Post count: 47

    Dear Kor,
    Thank you for the CSS code. It works fine but does not narrow the top margin of the sidebar. I used the following CSS code

    .blog-sidebar {
    margin-top: 23px;
    }

    and it works!

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket