Home › Forums › All Other Themes › Reservation and opening Box
- This topic has 8 replies, 2 voices, and was last updated 8 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
February 26, 2016 at 9:02 am #24387
Hello. At first: im sorry, my engish is not good 🙂
Three Questions:
1. How can I delate the reservation and opening box?
2. Is it possible to make the logo at the header a little bit bigger?
3. If I use a smartphone or Tablet to show page – my slider pictures are concealed from the header / Menu. Is there an option that my pictures slide more down to show the complete image?I Hope you understand my bad english 😀
My Page is: www.josefineweyer.com
Thanks!
February 26, 2016 at 10:10 am #24394Hi Josefine,
1) Reservation Box
Kindly go to Appereance>>Widgets>>Sidebar MainDrag and drop blank text widget in Sidebar main widget to remove default sidebar
2) Logo
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
.header .header-inner .logo{width:25% !important; margin-left:0 !important; margin-right:0 !important;}3) Responsive
Add this code in custom CSS box:@media screen and (max-width: 767px) {
#slider{top:82px !important;}
.header .header-inner .logo{width:80%; margin:0 auto !important;}
}Regards,
AshishFebruary 26, 2016 at 3:43 pm #24487Perfect! Thank you so much!!!
Now I have three more questions.
1. Restponsive design smartphone and tablet:
the picture of me (Section 3) does not fit his size in Responsive design.2. footer section 4:
The color of links (email and website) is gray. It would be great if they were
orange like the other links.3. Page “Impressum”:
this page is linked in the footer below. I would like to make the page invisible
in the Header.www.josefineweyer.com
Thank you very much!
Josefine
February 29, 2016 at 5:54 am #24680Hi Josefine,
1. Kindly change the section ID so that we can adjust it with help of css.
2. Add this code in custom css box:
.phone-no a{color:#ffa200 !important;}
.phone-no a:hover{color:#000 !important;}3. Kindly go to Appereance Menu and remove that page from your main menu so that it can’t be appear in header menu.
Regards,
DaveMarch 3, 2016 at 10:16 am #25362Thanks!
what is the code that even the background fit his size too (the whole section 3)and is it possible the logo in the header something to enlarge? (To the Maximum?)
Now I have the css code:
.header .header-inner .logo{width:25% !important; margin-left:0 !important; margin-right:0 !important;}
thank you very much
March 3, 2016 at 10:28 am #25365and one more question.
Is there a way to fit the size of the header over the whole width?
March 3, 2016 at 11:29 am #25368Hi,
Kindly add this code in custom css box:
.header .header-inner{width:100% !important;}
Regards,
BradMarch 3, 2016 at 12:09 pm #25379Thank you.
What is the Css Code:
1. … to fit only the size of the Color of the header over the whole width?
2. … to enlarge the Logo in the header to the maximum?
3. … In Section 3 the background does not fit his size in Responsive design.
Thank you very much for support!
www.josefineweyer.com
March 4, 2016 at 5:38 am #25481Hi Josefine,
Kindly add this code in custom css box:
.header-inner, .header .header-inner .nav ul li:hover > ul{ background-color:none;}
.header{ background-color:rgba(249, 236, 217, 0.8) !important;}.header .header-inner .logo{ margin-left:0 !important; margin-top:0 !important;}
.header .header-inner .logo img{ max-height:90px !important;}Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.