Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #58556
    Jörn Wallenwein
    Participant
    Premium Member

    Hi,

    is it possible to change the width of the “sidebar alt” using custom css? If no, what other possibility would there be?

    website: 10foto.de

    Thank you and best regards

    #58560
    vako
    Keymaster
    WP Royal Team

    Hi Jorn,

     

    To be honest, all the custom coding we provided is beyond the scope of our support, we just kindly check if it’s possible with the simple CSS settings, please share your website URL.

     

    Kind Regards

    #58561
    Jörn Wallenwein
    Participant
    Premium Member

    Hi Vako,

    yes of course, i hope it works with simple css.

    the URL – see above ;-)))

    Willkommen auf 10Fotos

     

    Thank you very much

     

    Jörn

    #58572
    vako
    Keymaster
    WP Royal Team

    Hi Jorn,

     

    Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:

    .sidebar-alt {
    max-width: 450px !important;
    }

     

    Kind Regards

    #58593
    Jörn Wallenwein
    Participant
    Premium Member

    Hi Vako,

    thank heaps. Now I can change the content of this sidebar. Great.

    🙂

    greetings, Jörn

    #58601
    Jörn Wallenwein
    Participant
    Premium Member

    Hi Vaco,

    ah, unfortunately there is a mistake after all. If you open a new page, you can see the sidebar a bit. It looks out on the left side of the screen.

    Is there a simple solution?

     

    Thanks and best regards

    Jörn

    #58603
    Jörn Wallenwein
    Participant
    Premium Member

    aditional information: over a width of 360px it happens …

    #59879
    vako
    Keymaster
    WP Royal Team

    Hi Jorn,

     

    This part belongs to the custom coding of JS, we were talked about. I will redirect this topic to the developer’s board and they will check for the possible solutions.

     

    Kind Regards

    #59884
    Jörn Wallenwein
    Participant
    Premium Member

    Hello Vako,

     

    thank you very much for the help and your efforts.

     

    Best regards

    Jörn

    #59887
    Jörn Wallenwein
    Participant
    Premium Member

    Hi 🙂

    my solution:

    .sidebar-alt {
    left: -450px;
    max-width: 450px !important;
    }

    I hope it works on all screen resolution.

     

    Best Regards

    Jörn

    #59898
    vako
    Keymaster
    WP Royal Team

    We are glad that you were able to found out the solution by yourself.

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

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