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

    Dear Support Team,
    We have following problems

    1. We want in mobile view all tabs should come on top. Not like accordion |
    For reference please find below link

    2. We want to add custom menu on left side bar and in mobile view it will go on top (above the content )& menu will be drop down.
    Please refer link below

    #947891

    Dear Team,

    Request you to please update us on the below issue, waiting for your earliest reply

    #948429

    Hi,
    To have a tab section look like a row of buttons, link this:
    2018-04-28_130949
    First start with your tab section where the tabs have no image or icon.
    Then add this code in the General Styling > Quick CSS field:

    .av-tab-section-tab-title-container {
        text-align: left!important; 
    }
    .av-tab-section-tab-title-container {
        background-color: #fff !important; 
    }
    #top .av-active-tab-title .av-inner-tab-title {
        color: #000000 !important;
        background-color: azure !important;  
    }
    .av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
        background-color: lightblue !important; 
        color: #fff;
        padding: 10px 0 !important; 
    }
    #top .av-section-tab-title {
        padding: 10px 20px 0px 0px !important; 
    }

    It would be a good idea to add a page or section ID before each rule, to avoid these rules from affecting other pages, also adjust the colors to suit.

    Best regards,
    Mike

    #951673

    Dear Mike Sir,

    Thanks for your support but we want to use the 1/3rd column for widget side menu and 2/3rd for tab

    Request you to please update on the mentioned issue as soon as possible.

    #951692

    We want to add a custom menu on the left sidebar and in mobile view, it should go on top (above the content ) & menu should go in drop down.
    Please refer link below

    #952449

    Hi,
    I’m not sure I understand correctly, if you want to use the 2/3 column for the tabs element, then please try adding the element to a 2/3 column. The css code above wouldn’t change. Sorry I must be missing something?
    Before we start a new request lets solve the tab section first, thank you.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.