www.shamaniccommunityaustin.com iPhone horizontal: no top menu on pages other than index iPhone horizontal: text in breadcrumb bar is centered iPad vertical: gap between menu and breadcrumb bar is down to about 1.5 inches, roughly same as desktop iPad horizontal: logo image trimmed at the top
Hello, Thanks for contacting us, To make it visible, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #MainNav #menu .ddsmoothmenu { float: right; display: block; } To align the text to left, Please use the below-mentioned CSS code: Code: @media only screen and (max-width: 767px) { div#crumbs { text-align: left; } } To fix it, Just paste the below-given code in the Custom CSS section of the theme: Code: .breadcrumb-wrapper { margin-top: 10px !important; } I just visited your website but didn't notice the issue as you mentioned above. Kindly have a look at the attached screenshot to see the sections. Do let me know if you need further assistance. I will be glad to assist you. Regards, Akbar InkThemes.com