My WordPress https://floridapsychics.org/
The content width 1200px works for all elements for all common WP content type.
My WooCommerce shop https://floridapsychics.org/shop
For all WooCommerce content types such as shop listing, categories and product the content width is being calculated and restricted to 1064px
I'm using WP 2023 child theme. I've set the content area for site and templates to be 1200px from the theme editor. For some reason I can't set the content area for woocomemrce shop, category and product pages. It is calculating the width which comes out to be 1064px even though I've set the content width to be 1200px for all woocommerce pages from theme editor.
How do I set it to 1200px like the rest of my pages?
The width is deduced by some left and right padding settings.
I am not familiar to WP 2023 child theme, but please look for theme settings related to left/right padding or spacing.
Related
i have a issue in my blog
My sidebar is move under content blog when i publish post, but when i save draft it normal.
Here is the link : https://digitalbyrick.com/ya/
Please helping me to fix it to normal
The width of the element ".has-shadow" is set to a fixed width of 1050px. The width of the ".widget-area" element in your sidebar is set to 280px. This causes the content to overlap as you shrink the screen. These values should be percentages or a "max-width: 100%" CSS rule should be applied to make them fit inside their containers.
In WP theme "2014" blog content area (where ribbon of blog posts located) width seems about 50% of overall content space between left and right columns.
Which CSS tag corrresponds to blog content area width?
So, I've found that .hentry tag corresponds to post content area
I have a wordpress site with avada and fusion core. How can I set a full width containers height, or a background image height?
Like this: http://evowpthemes.net/wp-content/uploads/2013/11/brooklyn-WordPress-full-screen-theme.jpg
If you go to Brit.co, you'll notice the sidebar container floats inside the main page container. This allows main page content that is below sidebar content, to wrap under the sidebar.
Explain in different way: A super high WordPress website, say 3,000 px in height, where the sidebar is only 1,000 px high, there is 2,000px of white space under the sidebar container. I'm trying to eliminate that.
Now, I can add container (e.g. footer) under both main content and sidebar wrappers (DIVs), but this is not being done at brit.co.
Sorry, this has us baffled. Normally not an issue b/c our WordPress sites are not that high. Would like to know if there are easy solutions!
Thanks!
it seems like it's just float:right in CSS?
I am trying to adjust my Wordpress theme, and I've created a child theme based on twentyeleven. The main issue I have right now is with the width.
Please take a look at a live sample I created using just HTML and CSS. This is what I am trying to make my wordpress theme look like:
http://danapaigetrentlage.com/cfsa-comps/lff-profilepage.html
I want the page width to be 100% so that the sky background and white-wrap bleed horizontally off the page, but I also want the content to be centered within the page.
You can see how far I've gotten towards this goal by looking at my wordpress site:
http://danapaigetrentlage.com/cfsa-test/
You can see the page is wider than 1000px (the theme's default width), but still not full-width, and there's a horizontal scrollbar, instead of the content just being centered.
I'm just not sure what I'm doing wrong here. Any ideas?
Thanks,
Dana
Looks like it's just a case of setting body's padding to 0.
body {
padding: 0;
}