Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #552660

    Hi!
    Thanks for previous helps. As advised by Yigit I am opening a ticket here…

    1. I have a 4 buttons in home page ..I want when someone clicks on each of them it will take them to another page and open that particular “related” accordion tab .. a kind of anchor link does..how to achieve that? like if some one clicks on “management” from home it will take them to services page and open accordion “management” tab automatically.

    2. if you see this page http://3ef.cb1.myftpupload.com/services/ the “learn more” word is in beside of the tab title.. how to put it on further right of the tab so title stays on left and “learn more” on further right side?

    The site login and links gave on the private area. Plz check.

    Hope to hear from you soon. Thanks!

    #553468

    Hi Acuadra_P,

    1. If you open the accordion tab you are looking to link to the URL of the page should change to something like yourpage.com/page/#toggle-id-1, link to that and it should open the tab in question.

    2. Not sure why you would have Learn More there at all? I think users will understand that the item is clickable anyway?

    Regards,
    Rikard

    #553918

    Hi! Rikard!!
    Thanks a ton! the toggle worked nicely :D
    I know that the toggles are clickable but the company wants to have a “learn more” written that way. is that possible?

    Thanks again.
    best.
    Andy.

    #554226

    Hi,

    Not sure but you could try wrapping the words you want to float right in a span and assigning a class to it like so:

    <span class="name-of-your-class">Learn more</span>
    

    Then add the class to your Quick CSS:

    .name-of-your-class {
    float:right !important;
    }

    Best regards,
    Rikard

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