Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.
    #418344

    bump

    #418848

    open to suggestions

    #419114

    back to top!

    #419299

    hope to get some help today = (

    I am under a tight deadline….

    thanks!

    #419314

    Hey!

    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,
    Yigit

    #419423

    thanks, 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?
    thanks

    #419429

    Hi!

    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,
    Yigit

    #419440

    thanks! 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 = /

    #419452

    Hi!

    Please add following code to Quick CSS as well

    #header_main_alternate {
      padding-top: 30px;
    }

    No worries :)

    Cheers!
    Yigit

    #419521

    You, sir, are a genious! Have a cookie!
    Thanks!
    AS

    #419524

    Hey!

    You are welcome AS, glad we could help!
    Will do :) Have a nice weekend!

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Slider not responsive on tablet and mobile’ is closed to new replies.