giacomo.trevisan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] add header slider in one page (not homepage)Hi Wen,
it would be great if you could give me the code.
I’m already using a child theme to customize Sydney.
Thanks a lot.
G.
Forum: Themes and Templates
In reply to: [Sydney] add header slider in one page (not homepage)The first one.
I would like another image below the menu, as wide as the page (1440px).
Forum: Themes and Templates
In reply to: [Sydney] add header slider in one page (not homepage)Thanks a lot WEN.
I’m sure that writing custom codes it’s to hard for my knowledges in coding.
Adding a photo as wide as the page, under the menu, could be a easier solution. Do you know if is this possible? If yes, how can i do that?
Thanks.
Forum: Themes and Templates
In reply to: [Customizr] Remove space between navbar and sliderCool!
It works!Thanks a lot Giorgio!
Forum: Themes and Templates
In reply to: [Customizr] Dropdown Menu items problemThanks. Do you mean like this?
/* MEDIA MENU MOBILE */ /* ============================================== */ /* iPad Landscape */ /* 1024x768 */ /* ============================================== */ @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) { .navbar-wrapper .navbar.resp .nav > li { float: none; display: inline-block; } } /* ============================================== */ /* iPad Portrait */ /* 768x1024 */ /* ============================================== */ @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) { .navbar-wrapper .navbar.resp .nav > li { float: none; display: inline-block; } } /* ============================================== */ /* Small Tablet Landscape/Portrait */ /* 800x600 */ /* ============================================== */ @media screen and (min-width: 600px) and (max-width: 800px) { .navbar-wrapper .navbar.resp .nav > li { float: none; display: inline-block; } } /* ============================================== */ /* iPhone5/Android landscape (& narrow browser) */ /* 568x320 */ /* ============================================== */ @media screen and (min-width: 320px) and (max-width:568px) { .navbar-wrapper .navbar.resp .nav > li { float: none; display: inline-block; } } /* ============================================== */ /* iPhone4/Android landscape (& narrow browser) */ /* 480x320 */ /* ============================================== */ @media screen and (min-width: 320px) and (max-width:480px) { .navbar-wrapper .navbar.resp .nav > li { float: none; display: inline-block; } } /* ============================================== */ /* iPhone4/Android portrait 320x480 */ /* iPhone5 portrait 320x568 */ /* ============================================== */ @media screen and (max-width:320px) { .navbar-wrapper .navbar.resp .nav > li { float: none; display: inline-block; } } /* ============================================== */ /* Smaller devices */ /* Android Landscape 320x240 */ /* ============================================== */ @media screen and (min-width:240px) and (max-width:320px) { .navbar-wrapper .navbar.resp .nav > li { float: none; display: inline-block; } } /* ============================================== */ /* Smaller devices */ /* Android Portrait 240x320 */ /* ============================================== */ @media screen and (max-width:240px) { .navbar-wrapper .navbar.resp .nav > li { float: none; display: inline-block; } }Nothing changed 🙁
Forum: Themes and Templates
In reply to: [Customizr] Dropdown Menu items problemYes, exactly.
Could you please suggest me what to add in style.css? I have some difficulties in understanding @media!
Many thanks in advance.
Forum: Themes and Templates
In reply to: [Customizr] Dropdown Menu items problemForum: Themes and Templates
In reply to: [Customizr] How to center navbar and make it responsive?It works!!
Thanks a lot Grue and Andrew!!Forum: Themes and Templates
In reply to: [Customizr] Menu Centered But Not Completely ResponsiveForum: Themes and Templates
In reply to: [Customizr] Centering of Header ItemsHi guys, same problem with my website. When changing window size, the menu items aren’t centered as the logo.
Forum: Themes and Templates
In reply to: [Customizr] Problem with navbar not centered under logoAdded @media in my child theme, but still some problem 🙁
Forum: Themes and Templates
In reply to: [Customizr] Problem with navbar not centered under logoHi rdell. There’s still a problem because with this change the navbar does not remain centered when I reduce the size of the browser window! ;((
Forum: Themes and Templates
In reply to: [Customizr] Problem with navbar not centered under logoI deleted previous navbar settings in style.css and functions.php and updated the website with the new customizations.. but the navbar is still not centered ;(
Forum: Themes and Templates
In reply to: [Customizr] Problem with navbar not centered under logoThanks rdellconsulting!
I updated manually to 3.2.1, but maybe there is still something wrong.
Look how it looks like my website ;(
What’s the problem?
Thanks!@vintagedave Hi Dave, i like very much your navbar box, especially the menu items.
Do you have any suggestions for making the menu items responsive as yours? Mine, when I reduce the size of the window, doesn’t move to the left as your 🙁