[Resolved] Sidebar Design

Home Forums Support [Resolved] Sidebar Design

Home Forums Support Sidebar Design

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1292491
    Kishor

    How do I get a sidebar like this [url=https://postimg.cc/R6n9NPwg][img]https://i.postimg.cc/R6n9NPwg/screen-sidebar.png[/img][/url] without using any plugins.
    thanks.

    #1292499
    Leo
    Staff
    Customer Support

    Hi there,

    Which part are you referring to specifically?

    #1293117
    Kishor

    I am talking about the touch carousel mainly.
    and underline below the text.

    #1293121
    Leo
    Staff
    Customer Support

    I am talking about the touch carousel mainly.

    That’s not possible without a custom solution unfortunately.

    Or you can consider creating a slider using a slider plugin.

    and underline below the text.

    That’s something we can do.

    Let me know what you decide.

    #1293198
    Kishor

    Ok I need both any way.
    What custom solution is available for the touch carousel.
    Is there any javascript library which can help ??

    #1294139
    Kishor

    Any update ??

    #1294222
    Leo
    Staff
    Customer Support

    Unfortunately a custom solution like the touch carousel is out of the scope of this support forum.

    If you aren’t comfortable with coding then I’d recommend find a slider plugin that works for you.

    Underline is something simple so I can provide the CSS if you link me to the page in question.

    #1294252
    Kishor

    Ok so how do I underline ??
    Website : examtoday.in

    #1294261
    Leo
    Staff
    Customer Support

    Try this CSS:

    .sidebar .widget.widget_recent_entries ul li:not(:last-child) {
        border-bottom: 1px solid #000;
    }
    #1294301
    Kishor

    Thanks it’s working fine.
    Is it possible to remove only last underline ??

    #1294303
    Leo
    Staff
    Customer Support

    Edited the CSS above.

    #1294348
    Kishor

    Ok
    Is it possible to add some space above and below the text.

    #1294412
    Leo
    Staff
    Customer Support

    Try something like this:

    .sidebar .widget.widget_recent_entries ul li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #1295592
    Kishor

    That is amazing, thank you

    #1295634
    Leo
    Staff
    Customer Support

    No problem 🙂

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