Home Forums WoodMart support forum Change elements in thamplates

Change elements in thamplates

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

    vitaliy.kotljarov
    Participant

    Good afternoon! Please tell me how to stretch the entire width of the line with delivery methods on the page of the ordering? http://prntscr.com/qurlh9 Help me please

    #170532

    Hello,

    Please switch to parent theme(if your are using child theme) and try to undo all the Custom CSS Code from Theme Settings >> Custom CSS. Clear cache and check back. This will surely fix the issue.

    If the problem continues then provide the admin panel login details of the website I will check it myself an help you accordingly.

    Best Regards.

    #170557

    vitaliy.kotljarov
    Participant

    Good afternoon. This is not a problem, I want to make changes to the template. Could you tell me what rules you need to make in css in order to stretch these elements to the full width?

    #170596

    Hello,

    Actually that was a table and inside it td and th defined. But in your case some td and th are hidden by custom CSS that’s why it is shown like this.

    Screenshot for clarification: https://ibb.co/nLDbZsn

    That’s why I asked you to undo your custom CSS code for a while from theme settings and then check back. If it does not fix then use the below CSS code in global custom CSS area under theme settings >> custom CSS:

    td.my_cart_poditog {
        display: block;
    }
    th.my_cl_cart_dost_one {
        display: block;
        visibility: hidden;
    }

    Best Regards.

    #170631

    vitaliy.kotljarov
    Participant

    Thank you, I added the code that you sent but now my delivery methods are again divided into two columns and placed in one of them http://prntscr.com/qv4ojt. And I want these delivery methods to be stretched to the entire width of the cell http://prntscr.com/qv4pr3. How can I do that?

    #170724

    Hello,

    Welcome. I saw the screenshots you attached.The code I provided you is working fine and the alignment of the module is set to default.

    Screenshot for Clarification: https://www.screencast.com/t/gWg3wcQ5o3

    In the way you want, it will not be separated in columns is not possible because it’s designed inside table rows and columns. We can’t change this default behavior it’s requires customization and this is beyond our limitations and support policy.

    Best Regards.

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