Home › Forums › All Other Themes › slider out from underneath the menu header
- This topic has 10 replies, 2 voices, and was last updated 7 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 18, 2017 at 6:34 pm #69421
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
April 19, 2017 at 5:15 am #69455Hi Denis,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.headerfixed{position:relative !important;}
Regards,
BradApril 19, 2017 at 6:10 pm #69568hi 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?
April 20, 2017 at 5:17 am #69589Hi Denis,
Unfortunately it is customization request.
You need to change the code in header.php file.
Regards,
BradMay 3, 2017 at 10:23 am #71080hi Brad,
OK. tnx.
would like to position Logo in center of Menu bar. size from top to bottom.
May 3, 2017 at 11:08 am #71081would 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
SloveniaMay 4, 2017 at 6:29 am #71133Hi 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,
ChrisMay 4, 2017 at 6:48 pm #71214hi,
logo is now in center but size is not from top to bottom of the menu bar.
May 5, 2017 at 12:02 pm #71318Hi Denis,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.logo{padding:6px 0 0 !important;}
Regards,
ChrisMay 6, 2017 at 7:55 am #71382tnx..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
SloveniaMay 8, 2017 at 7:28 am #71464Hi Denis,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.infocol-3 .fa { margin-bottom:50px;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.