Reply 263067 to: Change dimensions of current and added Elements/widgets

Avatar: Olga Barlow
Olga Barlow
Support staff
December 8, 2020 at 11:45

Hello,

1) Add the below code to change aligment and font size of the titles

.title {
    text-align: left;
    font-size: 22px;
}

2) It’s not possible to move the sidebar to left because it’s located in the site container. You can add only increase the width of the site container using below code

@media only screen and (min-width:977px){
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1470px;
        max-width:100%;
        padding: 0 15px;
    }
}

And decrease the sidebar width, is it ok for you http://prntscr.com/vy5h4s ?

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.