Sidebar not sticky on pages

Posted in: Newsmag
Post count: 8

Hello,

I have a problem with the sidebar on pages. I added one to this page and it’s not an affix (sticky) sidebar:

http://gatesieben.de/street-photography-workshop-in-buenos-aires/

On posts it works though – here for example:

http://gatesieben.de/fotografie/geheimnis-herausragender-bilder/

Thanks a lot for your help!

Kind regards,

Kai

Post count: 23312

Hello kaibehrmann,

Please ensure that you correctly place the td-ss-row extra class to your sidebar in order to achieve best results. please check our documentation here -> https://forum.tagdiv.com/newsmag-smart-sidebar/

Thanks for your understanding!

Post count: 8

Hey Catalin,

thanks a lot for your help, that solved it 😉

Now I have one more issue I just noticed. The font in the listing is smaller than the regular default font size for body text:

http://gatesieben.de/street-photography-workshop-in-buenos-aires/

But again, it’s only on pages and not on posts. I went to the theme panel where you control the font sizes, but the changes I made there are only displayed on posts and not on pages.

Thanks a lot for your help!

Best regards, Kai

Post count: 23312

Hello kaibehrmann,

You can adjust this from the following custom CSS code.

.widget_text .textwidget{
font-size: 16px;
line-height:24px;
}

The result is here -> https://www.screencast.com/t/Nlh5X40DXo

Thanks for the message!

Post count: 8

Hey Catalin,

sorry, there was a slight misunderstanding. I was not refering to the font size in the widget, everything is fine there. The issue is with font sizes in listings on pages, the ones that have bullet points or numbers such as.

Thanks a lot!

Post count: 23312

Hello kaibehrmann,

Please be more specific and provide more screenshots so I can identify what exactly you want to achieve.

Thanks for the message!

Post count: 8

This is a screenshot of a page showing a listing with smaller font size than the body text:

https://www.dropbox.com/s/7lyrrii3avt4shd/Screenshot%202017-11-07%2011.36.42.png?dl=0

This is what the code looks like:

Regulär: 350,00 Euro

Darin enthalten:

  • Workshop-Betreuung an drei Tagen, Theorie, Bildbesprechung und Bildbearbeitung.
  • Teilnehmer können mich nach dem Workshop zudem jederzeit gerne für Feedback kontaktieren.

Nicht enthalten:

  • Anreise,
  • Unterkunft
  • Verpflegung

<h2>Termine</h2>
16. – 18. März 2018

6. – 8. April 2018

I haven’t changed anything but the font size keeps coming out smaller – but this only happens on pages not on posts.

I hope that you understand now what I’m referring to.

Thanks!

Post count: 23312

Hello kaibehrmann,

You should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.wpb_text_column{
font-size:16px;
}

Hope this helps!

Thanks for the message!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.