Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #440790

    Hi there

    In the socket area I have to the left the copyright info and to the right side I have a menu area – however the menu area isn’t nicely alleging with the copyright text – it sits up higher.

    http://test.natashasolley.com

    Cheers

    #441056

    Hi xfacta!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #socket .sub_menu_socket div {
      overflow: visible;
    }
    #socket .menu {
      margin-top: -6px;
    }

    Regards,
    Yigit

    #441306

    Perfect!! thank you so much :-)

    #441412

    Hi there

    Im not sure what you did to fix that but I had to make some other changes to the site and custom CSS and now the pocket menu text isn’t showing on mobile again.

    Also I had another request in for the size of the cart that shows in the main menu – the client now changed their mind as there were still display issues on the sub pages where it wasn’t sitting inline with the menu items so I removed any custom coding to set it back to default but its not still dropping down below the menu area instead of lining up on mobile viewing.

    here is the site link: http://test.natashasolley.com

    Here is my Quick CSS coding:
    Quick CSS

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #socket .sub_menu_socket {
    display: block !important;
    }
    }
    #socket .sub_menu_socket div {
    overflow: visible;
    }
    #socket .menu {
    margin-top: -6px;
    }
    #socket {font-size: 14px;
    }
    .avia-button.avia-size-x-large {
    padding: 15px 25px 15px;
    font-size: 25px;
    min-width: 100px;
    }
    /* General Template Headers Events*/
    h2.tribe-events-page-title {
    font-size: 45px !important;
    font-weight: bold;
    position: relative;
    z-index: 0;
    margin-bottom: .5em;
    text-align: center;
    clear: none;
    }
    span.tribe-events-list-separator-month {
    font-size: 25px !important;
    font-weight: bold;
    color :#29c4f3 !important;
    }
    td.tickets_name {
    white-space: normal;
    }
    span.date-start.dtstart {
    font-size: 21px !important;
    font-weight: bold;
    color :#29c4f3 !important;
    }
    span.end-time.dtend {
    font-size: 21px !important;
    font-weight: bold;
    color :#29c4f3 !important;
    }
    .tribe-events-meta-group.tribe-events-meta-group-gmap {
    width: 100% !important;
    }

    #441424

    Hi just checked again on the mobile and the cart is lining properly now yay! Must have just needed time to refresh. However the socket menu items still aren’t displaying.
    Cheers

    #441673

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket {
      display: block!important;
    }}

    Cheers!
    Yigit

    #441823

    Hi there thank you yes that made it appear – however its needs more space between – its runs over 2 lines are they are touching.

    Cheers

    #442298

    Hey!

    Add this inside the media query:

    #socket .sub_menu_socket li {
      line-height: 1.5em;
      font-size: 11px;
    }

    Best regards,
    Ismael

    #442839

    Much better thank you :-)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘socket text not aligning’ is closed to new replies.