Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1496473
Text over text
Closed

Comments

  •  1
    maxstart started the conversation

    Hi Im having a couple of issues.

    1. I can see o woocomerce that the footer text is over the upper text

    2. cart text can you tell me how to repair that?

    3. reviews size is too big text

    Regards

  • [deleted] replied

    Hi,

    1. If you want to use same content with fullwidth areas on your main shop page then you need to add next code to Custom CSS in theme options:

    .with-sidebar .products-list {
        min-height: 2250px;
    }

    2. How do you want to show that. I prepare css code for you.


    3. Try this css code example (36/53 is original):

    h3.comment-reply-title {
        font-size: 36px;
        line-height:53px;
    }
  •  1
    maxstart replied

    Item 2. I need to have text like this. 

  •  1
    maxstart replied

    item 1. same problem inside produc. Text over text

  • [deleted] replied

    1. Try to use this example:

    .single-product-content-bottom .block-navigation {
        min-height: 1000px;
    }

    2. As you can see texts "view cart" and "checkout" are smaller then "Ver carrito" and "Finalizar compra". There is no place for buttons with that size. We can give you css to place buttons one under the other.