• Resolved Dddt

    (@dddt)


    Hello Ben

    I have just placed a sidebar on my homepage, but it looks ugly, cause
    1. it is not parallel to page title, as you can see from attachment it is too high from it
    2. It is to close to page content, I would like to have it righter, parallel to the sidebar end:

    I really hope you can help me with this. I have sent you the same message and snapshot to your email.

    Thank you in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Dddt

    (@dddt)

    I really appreciate your prompt reply by email, you are amazing!

    I need your help with css: what should I putt there to make the home widget righter and where from I can disable the carousel?

    Thread Starter Dddt

    (@dddt)

    I have fixed the carousel part, I wan so blind, sorry ??

    the other issue still exist, I hope to do it myself

    Thread Starter Dddt

    (@dddt)

    I have tried the following css

    .widget_home_page_widgets {
    float: right;
    }

    .widget_vertical_scroll_recent_user {
    float: right;
    }

    home_page_widgets is the sidebar name where the vertical_scroll_recent_user widget is placed

    these do not make any changes

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Your widget applies an inline class, so ask the widget author how to align right or use this to create some padding:

    .sidebar {
    padding-left: 20px;
    }

    Kadence Themes

    Thread Starter Dddt

    (@dddt)

    Thanks, done!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar issue on homepage’ is closed to new replies.