Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #796513

    Hallo,

    ist es möglich, unterschiedliche breiten von Sidebars zu definieren?
    Also auf einer Seite eine breite und auf anderen Seiten eine etwas schmälere?

    mfg
    Kai

    #796767

    Hey kjakob42,

    Yes, it’s possible with the use of css in Quick CSS. Kindly point to us the specific pages and the desired width and we’ll provide you with some css codes :)

    Best regards,
    Nikko

    #797446

    Hello Nikko,

    this ist one site we will change the width to the original 80% – 20%:
    http://cleantech-pr.de/pr-agencies/vero-pr-agency-bangkok-thailand/
    can you send me an example for this so i can use it to several other sites.

    Thank You

    Kai

    • This reply was modified 7 years, 6 months ago by kjakob42.
    #797844

    Hi Kai,

    You can use following code in Quick CSS field to change the width for your example post

    .postid-8253 .container .av-content-small.units {
        width: 80%;
    }

    For other posts and pages, you can simply replace post/page ID :)

    Best regards,
    Yigit

    #801410

    Hello Yigit,

    thank you it works very fine and quick.
    But can you help me also on this sides?
    http://cleantech-pr.de/blog/
    http://cleantech-pr.de/contact/

    this sites doesnt work with this css and i dont know why

    best regards
    Kai

    #801436

    Hi,

    I have checked both links and they are already using 80% width, but if you want to change them to something else, you can use the following:
    for blog:

    .blog .container .av-content-small.units {
        width: 80%;
    }

    for contact page:

    .page-id-23 .container .av-content-small.units {
        width: 80%;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #801540

    Hello Nikko,

    yes it works thank you

    Best regards,
    Kai

    #801546

    Hi,

    We’re glad that Nikko and Yigit were able to help you!  Do you need any other help with this topic, or can we close this thread?

    Sarah

    #802453

    Hello Nikko,

    can you help me again?
    I need this sidebar in 70% on this site:
    http://cleantech-pr.de/about-us/

    Thank You

    #802709

    Hi kjakob42,

    Are you sure you need sidebar to be 70% width? Or the main content?

    Best regards,
    Victoria

    #802751

    Oh thanks i meen the main contend

    Thx

    #802801

    get familiar with using developer tools – they give you the source code of your pages
    the id of that page above is in your case: page-id-7111 so:

    .page-id-7111 .container .av-content-small.units {
        width: 70%;
    }
    #803453

    Hi,
    Great point Guenni007 :)

    Best regards,
    Mike

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