-
AuthorPosts
-
May 7, 2015 at 8:00 am #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.
Cheers
May 7, 2015 at 4:39 pm #441056Hi 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,
YigitMay 7, 2015 at 11:41 pm #441306Perfect!! thank you so much :-)
May 8, 2015 at 7:35 am #441412Hi 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;
}May 8, 2015 at 7:54 am #441424Hi 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.
CheersMay 8, 2015 at 5:39 pm #441673Hey!
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!
YigitMay 9, 2015 at 2:12 am #441823Hi there thank you yes that made it appear – however its needs more space between – its runs over 2 lines are they are touching.
Cheers
May 11, 2015 at 9:40 am #442298Hey!
Add this inside the media query:
#socket .sub_menu_socket li { line-height: 1.5em; font-size: 11px; }
Best regards,
IsmaelMay 12, 2015 at 8:27 am #442839Much better thank you :-)
-
AuthorPosts
- The topic ‘socket text not aligning’ is closed to new replies.