Reservation and opening Box

Home Forums All Other Themes Reservation and opening Box

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #24387
    Josefine WeyerJosefine Weyer
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: October 30, 2015

    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!

    #24394
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Josefine,

    1) Reservation Box
    Kindly go to Appereance>>Widgets>>Sidebar Main

    Drag 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,
    Ashish

    #24487
    Josefine WeyerJosefine Weyer
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: October 30, 2015

    Perfect! 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

    #24680
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi 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,
    Dave

    #25362
    Josefine WeyerJosefine Weyer
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: October 30, 2015

    Thanks!
    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

    #25365
    Josefine WeyerJosefine Weyer
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: October 30, 2015

    and one more question.

    Is there a way to fit the size of the header over the whole width?

    #25368
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly add this code in custom css box:

    .header .header-inner{width:100% !important;}

    Regards,
    Brad

    #25379
    Josefine WeyerJosefine Weyer
    Member
    • Topics: 2
    • Replies: 11
    • Total: 13
    Member since: October 30, 2015

    Thank 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

    #25481
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi 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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.