Site logo

sidebar

Sidebar depending on resolution?

Hi there, I have a website that I have setup as content-left_sidebar-right_sidebar, in the right sidebar I have ads and I want to shift the sidebar setup when anything under 960 in resolution browses the website to a content-right_sidebar setup is that possible? I do not want to limit the website to on mobile-desktop setup, … Read more

Using Elementor Single Post template – no option to use GP sidebars

Elementor support sent me to the theme developer for answer (you guys must get tired of this). I created a single post template with Elementor Pro 2.0 I created Right Sidebar with GP Premium and styled it with some additional CSS. Elementor appears to filter out the CSS if I use their Sidebar widget. Regardless, … Read more

Add featured image to Sidebar? Or to use hooks to add to before sidebar

Hi I’m trying to replicate this site http://smehrservices.co.uk/who-we-are/ in Generate Press. On the inside pages I have the featured image in the left hand sidebar. Is there a way to add this in GeneratePress – or can you help me with the code to add it in to generate_before_left_sidebar_content hook (which I think is what … Read more

Main menu and logo in sidebar

Hi! I’m trying to create a website with primary navigation in sidebar. I made it using the theme customizer (customize-layout-primary navigation-navigation location-left sidebar). I have 2 problems: 1) I’d like to change the position of navigation logo in the left sidebar (align: left, center and right), but I don’t know how to figure it out … Read more

Remove Sidebar without Changing Article Container Width

Hi, I need help. I want to disable sidebar only on certain post, but when I did, the article container goes full-width. My container width is 1200 My sidebar width is 30% Is it possible to disable / remove sidebar without changing the article container width (to keep it 70%) only on certain post? So … Read more

Sidebar on single post

Hi, I’m using GP premium. I would like to add have some help regarding the sidebar. On single post when I select the setting: content+sidebar the content is no more proportionate. The sidebar is no more “sidebar” and it takes a lot of space. (The sidebar layout is just content). The post content is flattened … Read more

Sidebar widget cut off

Hey guys, this may be outside what you can help with but I’ll try since you are always awesome support. I have Google Language Translate (GLT) plugin installed and active in the right sidebar. For someone reason, the widget title for GLT is visible on the “Home” page, but not the actual translator dropdown. However … Read more

Customize Blog Layout (blog landing page & single post)

Hi Tom & Leo, I have noticed that when I go to my main blog page (as well as the category sub pages) or the single post pages I have some white space on the left and right (assuming margin). What would I need to do in order to achieve the following: 1) reduce the … Read more

Remove widgets of sidebar in mobile

Hello! I have two widgets in sidebar, but I want these just for PC… How Can I remove the widgets in tablets and mobile devices of the sidebar? I tried with this code but I can’t did it work: @media (max-width: 768px) { .widget .sidebar { display: none; } }