width

Bad Displaying of header and footer

Header and footer are displayed in a strange way on my site, when not using Elementor canvas template. On that page, header and footer are inserted through the appearence>widgets>header resp. footer with an element from my Elementor library. On other pages, where I use Elementor canvas page template, everything is fine, using the same Elementor … Read more

Header Proportions

I’m starting a new site at http://mpearson.ca/ This site uses a very small logo to make room for primary menu in header widget. I need to assign about 20% to logo and 80% to menu within the header. Can you tell me please how I do that. Thanks!

Header width issues on single post

Hello, For some reason my site title and nav links are pushed inwards on my single posts. If you look at my home page (or any other page): https://www.poolonomics.com And you look at my single post page: https://poolonomics.com/mp3/ You’ll see that that my header content doesn’t stay consistent despite having the same settings, as far … Read more

Different width only single post

Good morning friends! I ask for your help to solving this problem: I have a website with this homepage: https://oficientes.com/ And this blog: https://oficientes.com/blog/ It’s all OK with that sections, but I want to change the width of the individual entry, without affecting the width of the header in the other two sections. My goal … Read more

Want to add padding to blog post

Hi! I’m using Premium GP along with Beaver Builder. The posts are all showing as full width rows but I would like to have some padding on the right and left. I can’t figure out how to change that in GP. Here is the link to the site: http://77.104.136.124/~ardenkay/2017/08/03/before-after-video-chest-voice-and-finding-supported-legato/ How do I change the default … Read more

full width slider

I wondered if there is a way to make a slider on the home page outside of the Container? My client really wants to have the slider bleed to the edges of the browser window. I have looked around in the theme and I don’t see anyway of doing that. I have a couple of … Read more

Width of Sections

Hello Guys 🙂 on my website, I work with sections. I want my content sections on 1100 px. But all the other Sections should be on max width. The Main Navigation, footer and Header on max Width too. When I change the Container width on 2000px (max), and adjust the distance between content that it … Read more

Featured image size in posts

I was using this css to set a maximum width for featured images that appear at the top of posts, but it doesn’t seem to be working anymore: .wp-post-image { max-width: 400px; display: block !important; } Thoughts? (The “block” element is unrelated to the size and is there for centering the featured images.)

Choosing different widths for each widget area with Code Snippets

Hello! I would like to change the widths of the footer widgets in this way, is my code correct?: add_filter('generate_footer_widget_1_width','tu_custom_footer_1_width'); function tu_custom_footer_1_width(){ // Return the percentage of this widget width – 10% in this case return'10'; } add_filter('generate_footer_widget_2_width','tu_custom_footer_2_width'); function tu_custom_footer_2_width(){ // Return the percentage of this widget width – 20% in this case return'20'; } … Read more