New Landing How can we help? Themeforest Theme Support Flexform Main navigation menu is right justified on mobile

Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Flexform
  • #163559
    Bitedge
    Member
    Post count: 345

    The second select a page drop down looks bad as it is right justififed, how can we get it to the center? Thanks

    http://mobiletest.me/htc_one_emulator/#u=http://www.bitcoin-betting-guide.com/

    http://mobiletest.me/iphone_5_emulator/#u=http://www.bitcoin-betting-guide.com/

    #163582
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width:479px){
    .logo-left .nav-wrap{
    float:none !important;
    }
    }
    

    Thanks
    Mohammad

    #163750
    Bitedge
    Member
    Post count: 345

    Thanks that is almost correct. That moved the second select a page menu to the center as requested but it also moved the search bar (which was correctly centered) over to the left which looks bad. This can be seen on the above links. How can we get the search field centered?

    #163758
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Change the previous code to this one below.

    
    @media only screen and (max-width:479px){
    .logo-left .nav-wrap{
    float:none !important;
    }
    #nav-search {
     float:none!important;
      margin-top: 10px!important;
    }
    }

    -Rui

    #164198
    Bitedge
    Member
    Post count: 345

    That worked but caused another problem, the text

    “@media only screen and (max-width:479px){ .logo-left .nav-wrap{ float:none !important; } }”

    is displaying at the botom of every page on every device! we cant have that…

    #164200
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please clear the cache of browser. Where did you insert the custom css code?
    Thanks
    Mohammad

    #164217
    Bitedge
    Member
    Post count: 345

    Clearing browser cache has no effect.

    I inserted the custom css code in Theme Optopns > general options > Custom CSS

    #164221
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please clear the cache that is created by plugin.
    Thanks
    Mohammad

    #164223
    Bitedge
    Member
    Post count: 345

    Still the same

    #164237
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me wordpress admin login detail.
    Thanks
    Mohammad

    #164295
    Bitedge
    Member
    Post count: 345

    The whole content of the custom css box is

    @media (min-width: 1200px) {
      nav#top-bar-menu {
        width: 900px;
      }
    }
    @media (max-width: 979px) and (min-width: 768px) {
      nav#top-bar-menu {
        width: 500px;
      }
    }
    @media (min-width: 768px) {
      div#top-bar-social {
        width: 150px;
      }
    }
    #mini-header {
      border-bottom-color: #fceeb5;
    }
    
    .sidebar {
      font-size: 15px;
    }
    
    .comments-likes .love-it-wrapper {
      display: none;
    }
    
    .sf-icon-float-none{
      margin:0px auto;
      display:block;
    }
    
    .blog-item figure .overlay, .related-item figure .overlay {
      box-shadow: none !important;
    }
    
    .tags-link-wrap.clearfix {
      display: none;
    }
    
    a.sf-button.footercream {
      background-color: #fcf4b5;
    }
    
    a.sf-button.WSBGlogo {
      background-color: #fceeb5;
    }
    
    a.sf-button { 
      font-size: 14px; 
    }
    
    img.border {
      border: 1px solid #999;
    }
    
    .blog-items .crp_related { display: none; }
    .widget_nav_menu {
      font-size: 15px;
    }
    
    .widget ul li {
      line-height: 16px;
    }
    
    .alignTable {
      margin:0 auto;
    }
    
    .page-id-6086  .page-content a {
      color: #333333 !important;
    }
    
    .page-id-5464  .page-content a {
      color: #333333 !important;
    }
    
    .page-id-5818 .page-content a {
      color: #333333 !important;
    }
    
    .page-content iframe {
      max-width: 100%;
    }
    
    blockquote.blockquote1, blockquote.blockquote1 p, blockquote.pullquote, blockquote.pullquote p {
      font-size: 15px;
      line-height: 24px;
    }
    
    #footer a {
        color: #333333 !important;
    }
    
    #footer a:hover {
        color: #fceeb5 !important;
    }
    
    .page-content a.sf-button {
      color: #333333 !important;
    }
    
    .page-content a.sf-button:hover {
      color: #4b9ef2 !important;
    }
    
    .related-item figure {
      background-color: transparent!important; 
    }
    
    div.comment-body p a {
      color:blue !important
    }
    
    .ad-leader img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #top-bar-social > ul {
      opacity: .8;
    }
    
    h2 small{
      color:#444 !important;
    }
    #main-container{
    	background:#f9f9f9;
    }
    .widget_nav_menu ul > li.current-menu-item a {
      color: #333333;
    }
    
    .widget_nav_menu ul > li.current-menu-item > a {
      color: #4b9ef2;
    }
    .round-overlay:before {
      background-color: #4b9ef2;
    }
    #menu-item-9096 > a{
    font-weight:bold !important;
    }
    @media only screen and (max-width:479px){
    .logo-left .nav-wrap{
    float:none !important;
    }
    #nav-search {
     float:none!important;
      margin-top: 10px!important;
    }
    }

    Is the problem being caused there?

    #164319
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I need wordpress admin login detail to check in detail.
    Thanks
    Mohammad

    #164345
    Bitedge
    Member
    Post count: 345
    This reply has been marked as private.
    #164932
    Bitedge
    Member
    Post count: 345

    I gave log in credentials 4 days ago, please update 🙂

    #164936
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I just resolved it so please check.
    Thanks
    Mohammad

Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in to reply to this topic.