-
AuthorPosts
-
March 26, 2015 at 3:13 am #418281
Hi, the site http://www.reliantmusic.net to understand my issues!
1) I replaced the home button with a logo but it is not looking good. Is there any way I can remove image I placed, reactivate default logo but have the menu : main header logo, then about, portfolio etc… all centred and same line?
It should look like this http://reliantmusic.net/sample1.jpg
2)As it is, you can see the slider is not until edge on my pc, but on mac it is… also is not responsive on mobile.. tablet only works if horizontally viewed.. Are there any shortcodes I can add to ensure 100% or what am I doing wrong? In private content I am giving you username and password
3) When playing with the browser, the menu dissapears when small, can it be shrinkable or just stay put?
thanks!- This topic was modified 9 years, 7 months ago by antoinescotto.
March 26, 2015 at 7:41 am #418344March 26, 2015 at 9:38 pm #418848open to suggestions
March 27, 2015 at 7:10 am #419114back to top!
March 27, 2015 at 3:27 pm #419299hope to get some help today = (
I am under a tight deadline….
thanks!
March 27, 2015 at 3:47 pm #419314Hey!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-menu-text img { max-width: 70%; float: right; top: -15px; position: relative; }
2 & 3- Please go to Enfold theme options > General Layout > Dimensions and choose to display responsive layout.
Best regards,
YigitMarch 27, 2015 at 5:10 pm #419423thanks, but the menu on the phone wasn’t showing up so I removed the
#header_main>.container{
display:none;
}this made the menu come back on tablets..HOWEVER, the main logo comes back and this is prblematic.
SO
Can I simply get a code to make the MAIN THEME LOGO appear on the same line as the Regular menu and CENTER that entire menu as a block?
thanksMarch 27, 2015 at 5:14 pm #419429Hi!
Please use following code instead
@media only screen and (min-width: 990px) { #header_main>.container { display: none; }} @media only screen and (max-width: 990px) { .logo { display: none !important; }}
Regards,
YigitMarch 27, 2015 at 5:22 pm #419440thanks! please check it out http://www.reliantmusic.net
the entire menu is now too close to the top
sorry for all the back and forths = /
March 27, 2015 at 5:26 pm #419452Hi!
Please add following code to Quick CSS as well
#header_main_alternate { padding-top: 30px; }
No worries :)
Cheers!
YigitMarch 27, 2015 at 6:15 pm #419521You, sir, are a genious! Have a cookie!
Thanks!
ASMarch 27, 2015 at 6:19 pm #419524 -
AuthorPosts
- The topic ‘Slider not responsive on tablet and mobile’ is closed to new replies.