Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1197949

    Hey Everyone,

    I have two questions.

    1. On my home page I have a Tab Section. I added some CSS for this but I can’t figure out how to get the titles to align with the icons and the arrow. I like the spacing of the icons and that the titles are on one line. I just can’t seem to figure out how to align it right.

    2. The top of the home page has a FullWidth Easy Slider. How can I remove the boxes around the arrows but keep the arrows?

    Thanks

    Links and login in Private Content

    #1198091

    Hey MikeTandySwag,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-tab-with-image .av-inner-tab-title {
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    #top .av-control-minimal .avia-slideshow-arrows a:before {
      border: none;
    }
    

    Please remove the code:

    
    .av-inner-tab-title {
        width: 0px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1198147

    Thank you!

    That worked, but on “INTEX MILLWORK” and “Specialty VINYL” the arrow is not centered in the Tab Section

    #1198432

    I also need some help with the spacing between the icon and the title and making the tile white when highlighted. I attached a screenshot of what I would like it to look like in the private content.

    Thanks!

    #1198465

    Hi,

    Add this to quick css:

    .av-outer-tab-title{
    padding-top:0px!important;
    margin-top:-15px!important;
    }
    
    .av-active-tab-title .av-outer-tab-title{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #1198469

    Thanks!

    That fixed most of it.

    Any idea how I can get the arrows to align properly on the last two?

    #1198472

    Hi,

    Add this to quick css:

    
    a[data-av-tab-section-title="3"] .av-tab-arrow-container{
    left:20px!important;
    }
    
    a[data-av-tab-section-title="4"] .av-tab-arrow-container{
    left:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1198476

    Perfect! Thank you for all the help!

    #1198478

    Hi,

    No problem at all. If you need additionla help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Alignment Issue and Removing Box Around Arrrows’ is closed to new replies.