Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • walkysss Friend
    #204288

    hi

    im having issues with Bigger (larger Screen ) with the Top Nav

    how can i keep everything the same ( same width and Size) on all Screen ..Ex iphone,tablet ,1920px …on the latptop everything is Fine …


    1. keep-on-all-screen
    TomC Moderator
    #561445

    Can you explain the reference for “same” width/size relative to the screen sizes you’re referring to?

    walkysss Friend
    #561470

    hi

    here the code that i used
    @media screen and (min-width:1920px) {
    .t3-mainnav {
    margin-left: 365px;
    width: 1219px!important;
    }
    }

    i want to keep eveything at 1219px on all Screen but it doesnt work on Large screen i got –see image

    thanks


    1. topnav2.1
    TomC Moderator
    #561471

    Are you saying that you want to keep your main nav centered with your site on larger screens/resolutions?

    walkysss Friend
    #561477

    Yes, exactly .. I phone, tablets larger screen.. Thanks

    TomC Moderator
    #561656

    Okay, try the following modifications – both within your custom.css file:

    at line 544:


    .t3-mainnav {
    background: none repeat scroll 0 0 black;
    border-bottom: 0 dotted ghostwhite;
    border-left: 0 none;
    border-radius: 6px;
    border-top: 4px solid black;
    margin-bottom: -1px;
    margin-left: auto;
    margin-right: auto;

    margin-top: -23px !important;
    width: 1186px;
    }

    at line 73, delete the “left” property


    .t3-mainnav {
    width: 1186px;
    }

    Better ???

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  TomC 9 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum