Forum Replies Created
-
AuthorPosts
-
Sorted it guys.
If anyone else needs to know, here’s the CSS I used
#footer {padding:5px 0;}
#footer .widget {margin:0;}Thanks
FarzanThanks Guys
I’ll give that a shot but I think i’ve managed a work around for it.
Any idea on how to reduce the padding on the footer area?
Thanks
FarzanThanks Rikard
Is there any way of having it show in the special heading area as well; as ideally I want it the sup tag in the slider too?Thanks
FarzanHi Sarah
Thanks for getting back to me – it’s actually the heights I should have said – my apologise :(
Basically, I just want it to site at the bottom of the page when there’s not very much content on the page as well (like this site does)?
Thanks
FarzanMay 16, 2017 at 11:10 pm in reply to: Footer & Socket not at the bottom so showing very wide #794531Also, is there a way to make the background image on those pages ‘scale to fit’ the page so its not repeating?
Thanks
FarzanHi John
I’ve done that, but wouldn’t this do it?
I tried it but had no joy; and I can’t comment on that post now.
Thanks
FarzanNope, thats all sorted now
Thanks Sarah :)Hi Sarah
I turned the cache plugin I was using off, and it works :)
Thanks
FarzanHi Sarah
Done that – I’m not using WP Cache though, but maybe I should :0
Can you take a look in the admin panel to see if the css is in there properly?
Thanks
FarzanHi Sarah
Yes I thought it would be that, cleared the cache in my browser and it didn’t do anything.
I have got it connected to cloudflare if that makes a difference?
Thanks
FarzanSuper – that’s worked :)
Thanks Mike.I’ve got another ticket open as well, do I have to wait for that to get allocated as you work through the list I presume?
Thanks
Farzani’ve managed to stop it from adding the bg on all blocks by using .page-id-1195 :)
Also, can I prevent it from adding the grey background on all text blocks?
Thanks Mike
That’s worked, but its no longer at the edge of the screen anymore on the left; although the previous CSS is still in the settings?
Thanks
FarzanThanks Mike
That worked to get it to the edge; how do I make that grey background more opaque so its just an overlay of the background if that makes sense?Thanks
FarzanApril 17, 2017 at 1:17 pm in reply to: Adding a second header image in the centre of the header space #778672April 17, 2017 at 12:39 pm in reply to: Adding a second header image in the centre of the header space #778655Also, is there a way to make it smaller for the ‘always on top’ header area?
April 17, 2017 at 12:33 pm in reply to: Adding a second header image in the centre of the header space #778653Thanks Andy, that works ok until it’s a smaller screen – it just stays in its position and the menu comes in over the image?
April 17, 2017 at 11:25 am in reply to: Adding a second header image in the centre of the header space #778624Hi Andy
My primary concern at this stage is how the header image looks on a normal screen – it’s sitting behind the logo but I want it between the logo and the menu items on desktops/laptops and hidden on mobiles even.
Thanks
FarzanApril 17, 2017 at 10:09 am in reply to: Adding a second header image in the centre of the header space #778590Hi
Any update? Assuming you’re away for hols?
April 14, 2017 at 8:34 pm in reply to: Adding a second header image in the centre of the header space #778055Hi
That didn’t do anything.
Could you take a look to see what i’m doing wrong in there please?
I’ll submit the login credentials in the private content area.
Thanks
FarzanApril 14, 2017 at 12:40 am in reply to: Adding a second header image in the centre of the header space #777596Any updates?
April 12, 2017 at 4:35 pm in reply to: Adding a second header image in the centre of the header space #776798Thanks Andy
That helped, but can I make it stay in that position when the screen size changes?
Maybe its something to do with the ‘absolute’?
Here’s the css I’ve got in there now
.custom_content{
position: absolute;
top: 0;
right: 0;
}@media only screen and (max-width: 768px) {
#header_main { height: 140px; }
.custom_content { top: 80px; }}.custom_content {
left: 470px;
}Thanks
Farzan -
AuthorPosts