Home Forums Theme support price table responsive

This topic contains 7 replies, has 2 voices, and was last updated by  7Theme Support 7 years ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • hi may u help me to set responsive this price table
    http://www.loasidelbenesserebysara.it/listino-prezzi/
    as u can see in the iphone mode si side by side …
    may we see from up to down in vertical view? mode..
    txs

    thanks

    Hi,

    you are right, the columns of the table are not responsive, sorry for that. But it is easy to solve. Please open the file “style.css” in the theme folder and add the following code to the end:

    @media only screen and (max-width: 767px) {
    .pricing_table > ul > li {
    width:100%;
    float:left;
    }
    }

    This will solve the problem. We will fix it with the next theme update

    perfect thanks
    done.
    but according to the update i do not use a child theme …..( mistake? )
    and some of the css modification i added in your box in the back endtheme options
    so ….for the updateeventually
    i loosee all my ,modification
    may i do something atthe moment ?
    to solve for future
    txs

    No, no worry for the child-theme, all custom styles in the “Custom CSS Content” field are saved in the database and will not be removed after an update.

    ok thanks

    but i ll will buy a light support of u . even though i will do it myself i d like to
    give u a fee sometimes for your wonderful support

    Hi,

    no, it’s not necessary 🙂

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

You must be logged in to reply to this topic.