Home Forums Pro Themes Education Hub Pro Primary Sidebar Width

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23248
    stjosephschool
    Participant

    Hello,

    Could you please tell me how to increase the width of the primary sidebar? I would like to increase the width so that my event time does not wrap to the second line. My website is below.

    http://03a9a0a.netsolhost.com/stjosephschool/

    Thank you for any help you can provide!

    #23258
    wensolutions
    Keymaster

    @stjosephschool, thank you for using Education Hub Pro theme.

    You can tweak this requirement through custom CSS code as given below :

    .home #primary {
    width : 70%
    }
    
    .home #sidebar-primary {
        width: 28%;
    }

    Please paste the above code in Appearance -> Customize -> Theme Options -> Advance Options -> Custom CSS

    Write us back if you still have any issue.

    Best Regards,

    #23316
    stjosephschool
    Participant

    Thank you – that worked perfectly!

    I did have one additional question. Could you tell me how to change the background color of the primary sidebar to white? Thank you!

    Again, my website is:

    http://03a9a0a.netsolhost.com/stjosephschool/

    Thanks!

    #23317
    wensolutions
    Keymaster

    Sure. You can edit (or replace) the above second part of the code to add the background color and inner padding css property like the one given below.

    .home #sidebar-primary {
        width: 28%;
        background: #fff;
        padding-top: 25px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.