Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #258319

    Hi,

    Having css problem with my breadcrumbs in 768 mode. The breadcrumbs dosent want to display under the page title.
    Can I get some uber CSS help here? :-)

    See the url to the page below.

    Cheers!

    #258320
    This reply has been marked as private.
    #258353

    Hi!

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

    @media only screen and (max-width: 990px) {
    .title_container .breadcrumb {
    right: auto;
    top: 80%; }}

    Regards,
    Yigit

    #260294

    Thank you for your awesome support Yigit!

    Having trouble with my mobil menu aswell, the menu is over my logo can u please have a look on it?
    Used my own smartphone and like this online tool to test some css but dident get it right.
    http://mattkersley.com/responsive/

    Cheers!

    #260303

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 80%;
    height: auto !important; }}

    Cheers!
    Yigit

    #260305

    Thank you for the help! :-D

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Css menu problem’ is closed to new replies.