I am trying to find where to adjust the display none for desktop.
Basically what I am trying to do is change the size that tells the side bar to hide in a desktop browser if someone should narrow the window. I tried to add a css code but that’s not working. I saw an inline code but once I changed that it didn’t work either.
I usually have multiple windows up during OBS live streaming. Once I begin to make the window for the website more narrow the side bar stays there when I would like for it to disappear. I don’t want the side bar showing in the live streams. I just want the article to take more of the screen.
I don’t wish to hide the sidebar on mobile or table etc. Just for landscape desktop once the screen has been narrowed to a certain point. So, say the size to hide the Side bar is 768px wide – for desktop I want to increase that so that the side bar hides at a wider px
Hello,
A workaround could be to set the column width -> https://i.imgur.com/4fXBbBe.jpg for each port.
Thank you!
meaning a wider screen size – not row size. I apologize for replying to much I am just trying to clarify. I am not referring to sidebar size in width.
I am referring to Media Size / Screen Size.
Whatever code tells the sidebar to go under the content must have a screen size command. Like once the screen hits 1000px the sidebar move under.
I can’t seem to find where this comment / command is
While minimizing the size of the browser Window I just feel that the widget row should move under at a wider “screen size”
Hi,
I don’t know if I have correctly understood the question, but I think you are referring to the fact that you want to set a sidebar (this is done from the column on a row) and that it does not disappear on smaller screens and goes under the content.
First of all, please check that the tagDiv mobile theme plugin is disabled.
After that, the responsive version will be used, which displays all the content on the desktop on mobile.
You can see in tagdiv composer how the site appears on each viewport using these elements – https://i.imgur.com/VczmuFA.png the screen dimensions can be checked here – https://i.imgur.com/UJ6YIlV.png
Thank you!