gcwp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: move menu down?Johnna
have just gone back to an earlier backup of the syle.css file but no good – still the same!
Cheers
Geoff
Forum: Fixing WordPress
In reply to: move menu down?Johnna
“getting back the way it was” is more than a little difficult ! I’ve made so many changes to the css.
I haven’t changed the type of page.
Will put the old thinking cap on! If you see anything relevant in the css in the previous post do let me know!!
Cheers
Geoff
Forum: Fixing WordPress
In reply to: move menu down?meant to add the css code being used
.site {
max-width: 100%;
width: 100%;
height: 100%;
}.vidbg-container {
overflow: visible !important;
}.site-header{
background: rgba(f, 0, 0, 0) url("https://geoff-ideas.co.uk/wp-content/uploads/2016/01/cropped-debussy-1-1.jpg") no-repeat scroll center top / 1600px auto !important;
position: relative;
max-width: 100%;
width: 100%;
max-height: 120px;
z-index: 9999;
}.navbar {
background-color: #ffffff;
margin: 0 auto;
max-width: 1600px;
width: 100%;
position: fixed;
top: 20px;
z-index: 999;
}.main-navigation li a {
color: red;
font-weight: bold;
}Forum: Fixing WordPress
In reply to: move menu down?Johnna
sorry to come back again! I have moved the nav bar into the header – I think!
cannot seem to get the space for the video to be bigger – I need to make the footer smaller? cannot see how to change its height..
Cheers
Geoff
Forum: Fixing WordPress
In reply to: move menu down?Johnna
‘just removed the widgets has done the trick!
Thanks!
Geoff
Forum: Fixing WordPress
In reply to: move menu down?Ah! Will try later.
Thanks Johnna
Geoff
Forum: Fixing WordPress
In reply to: move menu down?but will that get rid of the nav list?! I just want the links to arranged horizontally …
Cheers
Geoff
Forum: Fixing WordPress
In reply to: move menu down?Johnna
I’m quite happy with the bottom nav bar being at the bottom on the front page but am trying to change the vertical list of links showing at the bottom of the other pages, e.g.
?!
Cheers
Geoff
Forum: Fixing WordPress
In reply to: move menu down?oops! another problem.
The static front page has the menu at the bottom of the page which is fine but the other pages now have a menu at the bottom which has a vertical list of links!
How can I get all the pages to have the same menu format as the one on the front page?
Cheers
Geoff
Forum: Fixing WordPress
In reply to: move menu down?Johnna
I meant to ask you – what code/where placed the navbar further up the page before I used your code?!
Geoff
Forum: Fixing WordPress
In reply to: move menu down?Johnna
!! Great !!
Thanks
Geoff
Forum: Plugins
In reply to: [Video Background] How increase space for the videoRajan
so it is !!
Many thanks
Cheers
Geoff
Forum: Plugins
In reply to: [Video Background] How increase space for the videoRajan
I have earlier today installed a cache plugin but it was probably because I had gone back to the original child style.css file.
will show it now.
Geoff
Forum: Plugins
In reply to: [Video Background] How increase space for the videoRajan
I havbe just tried adding the above code to the style.css for the child theme but does not seem to have any effect…
Is the code in the correct order?
/*
Theme Name: Twenty Thirteen child
Theme URI: /public_html/wp-content/themes/twenty-thirteen-child
Description: Twenty Thirteen Child Theme
Author: Geoff Cox
Author URI: https://geoff-ideas.co.uk
Template: twentythirteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: increase size of space for video background
Text Domain: twenty-thirteen-child
*/.site {
max-width: 100%;
width: 100%;
}
.vidbg-container {
overflow: visible !important;
}.site-header{
background: rgba(0, 0, 0, 0) url("https://geoff-ideas.co.uk/wp-content/uploads/2016/01/cropped-debussy-1-1.jpg") no-repeat scroll center top / 1600px auto !important;
z-index: 9999;
position: relative;
}Forum: Plugins
In reply to: [Video Background] How increase space for the videoRajan
is the “Replace this lines” a correction of the “Add this line on custom theme style.css”?
I have used the “Replace this lines” code with the main twentythirteen style.css file but no menu appears on front page.
should this change be doen on the child theme file?
Geoff