Skip to content
Public Ticket #28623

Soledad Technical Issue

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please try to modify the CSS code:

@media only screen and (min-width: 1680px) {
  body {
    --pcctain: 1600px;
  }
}
@media only screen and (min-width: 2200px) {
  body {
    --pcctain: 2000px;
  }
}

Regards,
PenciDesign.


Jon Miksis replied

Customer Reply

I think it has to do with the right sidebar resizing and then disappearing. Perhaps we can make the sidebar disappear earlier (at a higher screen size- to avoid the issue)

Jon Miksis replied

Customer Reply

Here are 3 screenshots showing what I mean. The first one is the largest browser window, the second is a mid-sized one, and the third is the smallest one (which oddly shows a larger image again):

Jon Miksis replied

Customer Reply

Thank you, this helped resolve the issue. Thanks!

PenciDesign Supporter replied

Staff Reply

Hi,

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

@media only screen and (min-width: 1680px) {
  body {
    --pcctain: 80%;
  }
}

Regards,
PenciDesign.



Jon Miksis replied

Customer Reply

Here is the screenshot, showing the vast amount of white space on the left side on desktops and bigger browser types. I want to make the text fill more of this space, because right now, it's a very tiny section of text.

PenciDesign Supporter replied

Staff Reply

Hi,

Could you mark the area on the screenshot I sent?

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

For this case, please send me your WordPress admin account in a PRIVATE reply.
I'll log in and try to help you check this problem.

Regards,
PenciDesign.



Jon Miksis started the conversation

Conversation Start

Hi Soledad team,

Thanks for creating such an amazing Wordpress theme. It has served me well over the years! I recently installed the latest Soledad update, and noticed that there seems to be an issue with the left side of each page taking up too much space, specifically on large screens. For example: on this page of my site (https://www.myglobalviewpoint.com/new-england-road-trip-itinerary/), you'll notice that as you make the screen larger, more white space appears on the left side. I have spent the last few hours trying to get rid of unnecessary padding and the left sidebar in the theme file and appearance/customize screen, but I haven't been successful. Can you help me fix this so I can have my blog posts more on the left side of the page for big screens? (this issue doesn't seem to happen on smaller screen sizes).

Thank you!

Jon

Want to join this conversation or access attachments? Sign in first.