Forum Replies Created
-
AuthorPosts
-
First, I know how to and had set the header at a custom size of 92px. My logo is 91px.. Changing this size does NOT change the space I want to reduce. I want to reduce the white space under my header and menu. Here is the link for a picture with the area I want to reduce colored red.
Thanks. Works fine.
Thanks so much. This works, but the line jumps around when I scroll. Can that be fixed?
Works perfectly, Andy! Thanks so much!!
Okay, great that solves my menu issue, but unfortunately it doesn’t solve the issue that the header is overlapping the slider. I have tried the earlier response to my question of
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 141px;
}
but no matter the number of pixels I put in the code, it changes nothing.No one responded to my last post, so no I have not gotten any closer. Can you help me figure it out?
I have added this and it makes no difference. As I look at it more, I wonder if the problem is in the spacing with the menu. When you scroll over the menu and the colored line comes up there is a large vertical space between the menu words and the line. I would like there to be less space there. How do I reduce that space? I will try it and see if it solves my problem.
I tried both of these. The second one works great. Thanks. But the first one doesn’t change anything, The container size does not change.
Sorry, I updated the htaccess file yesterday and made an error. It should be fine to view now.
This works great! Thanks so much for the help. You all are the best!!
Okay, this makes perfect sense so I implemented it and updated. I see the .bold-menu-item { font-weight:bold !important; } in the css and the bold-menu-item in the html for the menu item I want bold, but, it is not bold. I cleared my cache and checked it in multiple browsers, but it is not bold.
Okay, I cleared my cache and can see it is bold. But it is only bolding a specific item. I might have not be clear but I want all of the first sublevels in each main level bolded. So for example in books, Romantic Suspense is already bold so the following sub-levels should be bold but not the items under them. I’m not wanting to find each menu item # that I want bold, but to have a sublevel grouping be bold.
So in addition to First Responders bolded in book, I also want
The Justice Agency
The Morgan BrothersThis doesn’t seem to do anything and if it did, wouldn’t it just refer to one item in the menu? I want this entire sub-level in every category to be bold.
Works perfect. Thanks, Elliott!
This works great, Elliot, except it changes every page I am using columns on when I want it to apply only to specific pages. Is there a way for me to specify certain pages that it applies to or pages that are excluded?
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I really need to get some help with this item. Is anyone working support this weekend?
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hey,
Can someone reply to this soon as I need to get moving on it? Thanks.I don’t get an error in Chrome so I can’t see if deactivating all plugins changes anything. However, I have deactivated them and regenerated the thumbnails and cleared my cache. Since I didn’t have an error, I can’t see if the error is gone, but nothing changed in my view. I left all plugins disabled for you to look at to see if the error has cleared.
Prefect, thanks!
Great, I did that and it takes care of the space above but does not solve my original problem.
In a previous support ticket you all gave me the code to be able to modify the text and background following the a full width slider on my home page. I have added the first code in my custom css and the second code on a code block on the page. It works great for the full width slider, but I’ve changed to a layer slider. Here’s the previous code you gave me.
IN CSS-
.home div#after_full_slider_1 .content {
padding-top: 25px;
}
IN CODE BLOCK ON PAGE-
<style type = “text/css”>
#after_full_slider_1 { background: url(http://www.mysite.com/images/bg.jpg) no-repeat; ! important; border: none;! important;}
</style>I tried modifying the code by using the following –
<style type = “text/css”>
#after_layerslider_3 { background: url(http://www.mysite.com/images/bg.jpg) no-repeat; ! important; border: none;! important;}
</style>.home div#after_layerslider_3.content {
padding-top: 25px;
}
However, this did not work. My background isn’t showing and I can’t adjust the text. Can you tell me how to accomplish this? Thanks. SusanThis reply has been marked as private. -
AuthorPosts