-
AuthorPosts
-
May 19, 2017 at 12:12 pm #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
KaiMay 19, 2017 at 9:08 pm #796767Hey 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,
NikkoMay 22, 2017 at 8:33 am #797446Hello 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.
May 22, 2017 at 6:31 pm #797844Hi 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,
YigitMay 30, 2017 at 9:19 am #801410Hello 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
KaiMay 30, 2017 at 11:01 am #801436Hi,
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,
NikkoMay 30, 2017 at 3:17 pm #801540Hello Nikko,
yes it works thank you
Best regards,
KaiMay 30, 2017 at 3:29 pm #801546Hi,
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
June 1, 2017 at 10:31 am #802453Hello Nikko,
can you help me again?
I need this sidebar in 70% on this site:
http://cleantech-pr.de/about-us/Thank You
June 1, 2017 at 6:35 pm #802709Hi kjakob42,
Are you sure you need sidebar to be 70% width? Or the main content?
Best regards,
VictoriaJune 1, 2017 at 7:48 pm #802751Oh thanks i meen the main contend
Thx
June 1, 2017 at 10:37 pm #802801get 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%; }
June 3, 2017 at 7:50 pm #803453 -
AuthorPosts
- You must be logged in to reply to this topic.