Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3183683
Sidebar(s)
Closed

Comments

  • tintveld started the conversation

    Hi guys,

    I have a nice sidebar on my homepage now. Two questions about it:

    1. I would like to see all the texts and images in my sidebar having the same width (full width). How can I achieve that?

    2. For the other pages and posts on the site I would like to use another sidebar. Partly the same content, partly different. I already added another new sidebar (Sidebar rechts), but I don't know how to add widgets to that new sidebar.

    Thanks in advance.

    Ton in 't Veld

  •  2,487
    PenciDesign replied

    Hi,

    1. Please send me a screenshot and take note. I'll check and then send you a quick solution,

    2. You can assign the sidebar for each page/post by going to the post/page editor screen > Page Options > Custom Sidebar for This Posts/Page.

    Regards,
    PenciDesign.


  • tintveld replied

    Hi,

    You can probably see it better on the homepage itself, but I send you a screenshot hereby.

    1. I manually changed the width of the map in the first widget (Wat is de Bakenes)
    2. The second widget is the Elementor (Elfsight) weather widget. It's not shown in full width.
    3. The third widget is an image. It's not shown in full width.
    4. The fourth widget (Nieuws Haarlem Centrum) is showing correctly.
    5. The fifth widget (Facebook Pagina) is an image and a short text. The image isn't shown in full width.
    6. So is the widget #6 (Advertentie). The image is smaller than full width.

    Thanks.

    Attached files:  Scherm­afbeelding 2022-12-07 om 20.21.43.png

  •  2,487
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .eapp-weather-weather-component {
      max-width: 100%;
    }
    .eapp-weather-daily-item-component {
      padding-left: 0;
      padding-right: 0;
    }
    .textwidget img {
      width: 100%;
      height: auto;
      margin-left: 0;
      margin-right: 0;
    }

    Regards,
    PenciDesign.



  • tintveld replied

    Many thanks. That works.