• Resolved bimmerteam.hu

    (@bimmerteamhu)


    Dear Author,

    thank you very much for this nice looking template. I have installed it and would like to change the sidebar widget area size a bit wider. I have searched the css for set up the size but don’t find the solution.

    I would be very happy if you could tell me please how can I change the sidebar wide.

    Thank you in advance.

    Regards,
    las

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    if you navigate to the .sidebar.right class in your css file, you can try changing the width of:

    .sidebar.right {
        margin-left: -252px;
    }

    to a higher number such as -275px

    and then changing the width of:

    .sidebar {
        border-radius: 10px;
        box-shadow: 0 0 3px #c5c9c9;
        padding-bottom: 0 !important;
        width: 252px !important; <-------------------
    }

    to a higher value, eg 275 again.

    I do not have the theme installed, I just tried it out quickly to find the name(s) of the div class to work on.

    hope this helps!

    Thread Starter bimmerteam.hu

    (@bimmerteamhu)

    Thank you very much. Working fine! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to change sidebar size’ is closed to new replies.