Hi
Basically I want my table cells to be at 50% width. I want to have a table that has 2 columns and 2 rows but I only want this table to display for smart phone. I have managed to that fine if you go to
http://www.jasminesboutique.co.uk/
.
Just wondering what the best approach is now to style the table. I want this table to run the full width of the display screen. At the moment it appears to be inside of a container div. Is there a way I can have this full screen width in the same way the mobile slider beneath is?
Please advise. Should I apply a custom style to the table?
Any tips on how to correct this and css to style this for the desired layout will be greatly appreciated?
Hey!
I don’t see any table in the link you posted, only a slider.
Cheers!
Josue
Hi Josue
Please adjust your browser width. As you scale the width down you will see the mobile version of the site. And the mobile slider and mobile tabs table will appear.
Please advise
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
ul.pricing-table li {
width: 100%;
}}
Best regards,
Yigit
Hi Yigit
Can I have the table be full screen width? Remove the padding from the top and bottom as well?
I’m trying to remove white space
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.home div#after_layer_slider_1 .container { width: 100%; margin: 0; }
div#after_layer_slider_1 .content { padding: 0; }}
Regards,
Yigit
Hi
That’s worked great! Thank you so much
I have 1 final question. The menu toggle button that has the class name #advanced_menu_toggle and it seems a bit out of place near the logo. How can I have it sit on the top to the right of the social media buttons?