Home › Forums › All Other Themes › Woodcraft theme Header
- This topic has 7 replies, 3 voices, and was last updated 4 years, 11 months ago by
Forum Moderator.
-
AuthorPosts
-
October 2, 2018 at 3:53 am #108801
Hello. How can we remove the padding of the .menurightinfo, so our menu fits in the middle and doesn’t float on top of this element. and how can we control the padding in front of the logo
Link to site http://www.mysfirm.com/tmh/
Link to issue screenshot: https://imgur.com/a/3DeLE2PThank you
October 2, 2018 at 1:35 pm #108843Kindly help me with your order number.
Regards,
ShriOctober 3, 2018 at 5:27 am #108869Kindly use this Custom CSS:
#topmenu{width: auto;}
.home2_section_area_bg{background-size:100% 100% !important;}Regards,
ShriOctober 4, 2018 at 2:38 am #108967Hi, thank you very much for your help.
DO you know why does the whole site slides to the left when you scroll? Like th content moves to the left and on the screen we just see color and header long and wide line.October 4, 2018 at 12:23 pm #109047Hi,
Kindly go to Appearance >> Customize >> Basic >> Custom CSS and paste below code there:
.menurightinfo {
padding: 25px;
}
.menurightinfo::after {
display: none;
}Regards,
ShriOctober 7, 2018 at 5:08 am #109158hi, this code works to remove the weird sliding to the right, but it creates a grey space after the .menurightinfo.
How can we align the menu to the middle from top to bottom.https://imgur.com/a/YLwx2Mb
Right now it is jammed to the top.
And no matter what code i have put in to display the camera it won’t show.
Why doesn’t it show?October 7, 2018 at 5:53 pm #109169I got the camera to show. Yay!!
Is there a way to not have the site slide right and at the same time have the orange extend to the end of the page:))October 8, 2018 at 1:39 pm #109250Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header_wrap .center { width:100%;} .logo { margin-left:90px;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.