Forum Replies Created
-
AuthorPosts
-
mtshastaMember
Thanks !
mtshastaMemberThanks Christopher - knew it had to be simple.
September 28, 2016 at 9:18 pm in reply to: Lifestyle Pro – How to change size of header area #193855mtshastaMemberThanks for the reply, however I wasn't asking about the Header Image Size.
I need to know how to change the size of the background area where the header image is located
Thanks
mtshastaMemberI figured it out - I wasn't going to the beginning of the Media Queries
/*
Media Queries
---------------------------------------------------------------------------------------------------- */mtshastaMemberhmmm, interesting.
Cannot locate this code.
One possibility - I am using the plugin "Design Palette Pro" for some changes.
Is that why the code you suggest to remove includes "body.gppro-custom" ?
Where do I go to remove the CSS?
Thanks!
mtshastaMemberThis worked. Found the code at
/* Primary Navigation
--------------------------------------------- */Thanks !
Tried to do the CTRL+F - doesn't work on my browser (google chrome) - good idea - any other way to find code quickly?
May 15, 2014 at 11:13 am in reply to: Streamline Pro – How To Move Sidebar to Right on Home Page #105340mtshastaMemberThanks - much appreciated!
the code was there - just needed to switch the portion that had:
genesis_return_content_sidebar
for
genesis_return_sidebar_content
March 31, 2014 at 11:42 pm in reply to: Changing the custom Header Size in Executive Pro Theme #97848mtshastaMemberI have the same issues. Header size is 800x120
I made these changes, but the results don't show - http://nohrsautobrokers.com
Only a small portion of the header is showing.We are not planning to use the widget area, but if we put in the search field, what is the maximum width allowable for the header?
Thanks(1) functions.php:
//* Add support for custom header
add_theme_support( 'custom-header', array(
'width' => 800,
'height' => 120,
'header-selector' => '.site-title a',
'header-text' => false
) );(2) styles.css
.site-header {
margin: 0 auto;
min-height: 120px;
width: 100%;
}(3) styles.css:
.title-area {
float: left;
width: 800px;
}(4) styles.css:
.site-header .widget-area {
float: right;
text-align: right;
width: 100px;
}mtshastaMemberInitially Firebug did not identify it.
Figured it out, if anyone else has the issue
They are Headline h4:
h4,
h4 a,
h4 a:hover,
h4 a:visited {
color: #444;
font-size: 16px;
text-decoration: none;
}Would recommend the Moderators use Firebug on a submitted question that has the URL link and guide the person in that direction.
-
AuthorPosts