slider out from underneath the menu header

Home Forums All Other Themes slider out from underneath the menu header

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #69421
    denisdenis
    Participant
    • Topics: 2
    • Replies: 7
    • Total: 9
    Member since: September 24, 2016

    It is possible to move the slider out from underneath the menu header? The header obscures the top of the photos.

    skt Architect

    www.beta.impro.si

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

    Hi Denis,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .headerfixed{position:relative !important;}

    Regards,
    Brad

    #69568
    denisdenis
    Participant
    • Topics: 2
    • Replies: 7
    • Total: 9
    Member since: September 24, 2016

    hi Brad,

    tnx. it works.

    Another question. how can I adjust high of menu bar?

    is possible to edit header and menu bar like on this site with css?

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

    Hi Denis,

    Unfortunately it is customization request.

    You need to change the code in header.php file.

    Regards,
    Brad

    #71080
    denisdenis
    Participant
    • Topics: 2
    • Replies: 7
    • Total: 9
    Member since: September 24, 2016

    hi Brad,

    OK. tnx.

    would like to position Logo in center of Menu bar. size from top to bottom.

    #71081
    denisdenis
    Participant
    • Topics: 2
    • Replies: 7
    • Total: 9
    Member since: September 24, 2016

    would also like to align “visit us” one benith other. 2000 Maribor and Slovenia is aligned bellow picture.

    VISIT US

    Zagrebška cesta 20
    2000 Maribor
    Slovenia

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

    Hi Denis,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .logo { position:relative;}
    .infocol-3 { position:relative; padding-left:115px;}
    .infocol-3 .fa { position:absolute; left:40px;}

    @media screen and (max-width:767px) {
    .infocol-3 { padding:10px 20px 10px 115px;}
    }

    Regards,
    Chris

    #71214
    denisdenis
    Participant
    • Topics: 2
    • Replies: 7
    • Total: 9
    Member since: September 24, 2016

    hi,

    logo is now in center but size is not from top to bottom of the menu bar.

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

    Hi Denis,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .logo{padding:6px 0 0 !important;}

    Regards,
    Chris

    #71382
    denisdenis
    Participant
    • Topics: 2
    • Replies: 7
    • Total: 9
    Member since: September 24, 2016

    tnx..it is working 🙂

    would also like to align “visit us in footer” one benith other. 2000 Maribor and Slovenia is not aligned bellow Zagrebška cesta 20.

    VISIT US

    Zagrebška cesta 20
    2000 Maribor
    Slovenia

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

    Hi Denis,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .infocol-3 .fa { margin-bottom:50px;}

    Regards,
    Chris

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