Hello, My website articles appear slightly offset to the right and the text exits to the right. Do you know how can resolve it? It's so only in mobile phones. With a desktop computer view is alright. Thank you.
sandokan1 Hi I see the width is set to 200% use this code in custom css
#s5_mainbodyfullw { width: 183%;}
Ninja Thank you It's running alright.
However, in this page: https://monicalinaresgarcia.es/index.php/contactanos The text is too stuck to the left side.
¿How can I change it?
sandokan1 Hi Kindly apply the suggestion the as the css code is still running http://prntscr.com/20u49mc Once you change the width will be decreased.
I changed the code directly in template.css: #s5_mainbodyfullw { color:#000000; margin-top:15px; text-shadow:1px 1px #ffffff; width:183%;}
I doesn't exist other s5_mainbodyfullw entry in template.
sandokan1 Hi Apply padding in same code
#s5_mainbodyfullw { padding-left: 20px; }
Thank you. Now, it's all alright.
sandokan1 You are welcome!