Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #609081

    Hello Super Support!

    1) I had this issue where the slider was getting cut off in the Portrait view on a Tablet when the bar at the top become 2 lines of text.

    Which was fixed with this code:
    @media screen and (max-width: 997px){
    #top .avia-layerslider .ls-wp-container {
    margin-top: 65px !important;
    }}

    It fixed the Home page.

    Now I can see that the bar at the top becoming 2 lines on the Portrait view on a Tablet makes the top of the page get cut off on ALL of my pages. Advise?

    2) Can I make that second line of text flush left in the top bar when it goes to the second line?

    Thank you,
    Jojo

    #609128

    ignore what I wrote above. I changed the design of the top bar to have a drop down. However, now the dropdown box covers the main item above. Can it dropdown lower? See image attached. :) Thank you!

    #609143

    Hi!

    Please use the below CSS in Quick CSS

    
    .avia-menu li > ul.sub-menu {
    margin-top:50px;
    }

    Adjust the margin value to suit your design. if you have any questions please get back with a link where we can inspect the element in question.

    Cheers!
    Vinay

    #609149

    Vinay,
    Thank you for the response. That is not working.
    http://yennycocqsculpture.com (Upper right corner-select *Wholesale*.)
    Jodie

    #609159

    Creds below if you need them. :)

    #609187

    Hey!

    The credentials do not work. Please try the below CSS adjust the

    #top #menu-item-1372 .sub_menu li ul {
        top: 40px!important;
    }
    

    Regards,
    Vinay

    • This reply was modified 8 years ago by Vinay.
    #609196

    Vinay,
    Woo hoo! That worked. Thank you!

    #609235

    Hey!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)

    Thank you for using Enfold :)

    Best regards,
    Vinay

    #609309

    Done. :)

    #609330

    Hi!

    Thank you so much again! :) FYI we have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Cheers!
    Vinay

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