ahnge2000
Forum Replies Created
-
@kathryn
Thank you for the code, !important works wonderfully
:)) Thank youI put inside my childtheme css. Shall I paste the code into all the @media screen or not? can i write “height: 40%” so it is responsive to more screen?
by the way, there is one changes I want to make but can’t find the solution myself. Each page as you see contain a featured image where my page title sits on top of it. I found the css code here that control the image. I wish to reduce the height 30% as it is currently taking over a lot of screen space.
.entry-header-background {
background-color: #232323;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
border-bottom: 3px solid rgb(179, 131, 50);
min-width: 100%;
overflow: hidden;
position: relative;
}Thank you Kathryn..
Thank you ashiquzzaman..
You guys solve my problem
Awesome community here..
🙂Hi Kathryn, Yes, I’m trying to widen the content column for all pages, not only about-us page but all pages. Thanks.. 🙂
Hi Ashiquzzaman,
Thank you. Sorry i’m quite new to wp and themes.. I can’t find how to make the sidebar appear.. the theme customizer is as basic as it is.. http://www.vividsculptureart.com/wp-content/uploads/2015/09/screenshot-www.vividsculptureart.com_.jpg
The widget in the customizer basically create a menu toggle.. I guess that is the sidebar?
Actually I just wish to increase the content area as wide as possible..