rasins
Forum Replies Created
-
Yes, my issue is resolved with the code I used above, but the shadowing is a little off. There is more shadowing on the top than the left, right and bottom that’s all.
What code?
I think I’ve found a work around for this. Not really happy with the shadowing at the very bottom of the enlarged image as there isn’t much, but it’ll do. Thanks very much for your help. 🙂
img#shTopImg {
border: 10px solid #fff;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom: none;
box-shadow: 0 -2px 10px 0 #e3e6e4;
background-color:#fff;
}div#shTitle {
border: 14px solid #fff;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-top: 5px solid #fff;
box-shadow: 0 0 10px #e3e6e4;
background-color:#fff;The code you have provided took away the rounded white border from the top, left and right. It left the shadows on all sides and added a grey border at the top. I’m going to have a tinker with the code you have provided because I feel like I’m close. Many many thanks for taking the time to help. Much appreciated. 🙂
This is actually changing the border around the thumbnail images which is not what the problem is. If you click on one of the thumbnail images you’ll see how it brings up an enlarged version of that image. This enlarged image has a white border around it with a shadow, however the shadow is crossing over at the bottom between the enlarged image and the navigation for the image. I want to get rid of this shadow that is in-between there.
Forum: Themes and Templates
In reply to: Navigation issue with marginsMany thanks threesongbirds. Having looked at it again with some fresh eyes this morning, I’ve taken off a couple of pixel’s from the main margin that goes around the whole menu. This seems to have fixed the issue I was having.
Not sure I’ve gone about it in the correct way, as the hground the logo is in is 934px and fits nicely across the page. The menu is also 934px, but on using the Inspect Element a small gap appears on the right hand side of the menu. It’s working in all major browsers now though. 🙂
Thanks again. Your advice and help is much appreciated.
Forum: Themes and Templates
In reply to: Navigation issue with marginsIt’s a test site which will be going on my portfolio. I have been playing around with my menus in CSS but not had much luck. I think it’s the margins and width of each menu item. It’s like a pixel out somewhere I think, but can’t figure out where.
Thanks Muskesh27. I don’t really understand what the code will do though, except take the border off. I’ve tried it and it appears to have not changed anything. To recap, it’s the shadowing that is causing me a problem. Thanks for taking the time to comment though. Much appreciated. 🙂
Forum: Themes and Templates
In reply to: Navigation issue with marginsI’m actually just copying another site layout that I have seen in order to practise. The content is dummy and irrelevant.
I’ve still not got anywhere with this. Can anyone help please?
Forum: Plugins
In reply to: What is the best way of editing plugin css?Many Thanks. 🙂
Thank you David. You are a star! I was indeed missing the bit for my child themes function.php. This has done the job. Many many many thanks. 🙂
After much digging this seems to be an issue within my template. When I add a custom menu it’s meant to auto generate a class for each li in the menu which it does, except for the first li. Can someone point me in the right direction of what I need to add in functions to my menu in order to get this working please.
Many Thanks
Is it because I have the homepage set up as a static page do you think?
I have been using Chrome and the inspect element within the browser. There doesn’t seem to be a class for the home menu item and I don’t understand why. there are classes for all the other menu items in my menu.
Check out the html. See, no class.
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]