kataluszek Merchant Frá Germany Meðlimur síðan apr. 2016 kataluszek 17 nóv. 2017 09:53 How can I make it in these places? Normal I can use here only html but probably it can work well only on my computer (screen resolutions) - Should I use too css? Or I can use another metod?
tim Founder Frá Sweden Meðlimur síðan maí 2013 tim 17 nóv. 2017 18:09 I'm sorry, your question did not make any sense to me. Care to try again?
kataluszek Merchant Frá Germany Meðlimur síðan apr. 2016 kataluszek 17 nóv. 2017 19:13 I need have here two banners/pictures. About shipping. About payment. Like on picture:
tim Founder Frá Sweden Meðlimur síðan maí 2013 tim 18 nóv. 2017 07:10 This is the site footer. Just edit views/box_site_footer.inc.php.
kataluszek Merchant Frá Germany Meðlimur síðan apr. 2016 kataluszek 19 nóv. 2017 11:37 I know where. I don't know - how can I do it properly (with css or without css)?
tim Founder Frá Sweden Meðlimur síðan maí 2013 tim 19 nóv. 2017 16:08 Do you need someone to write you the HTML code for images to be shown?
kataluszek Merchant Frá Germany Meðlimur síðan apr. 2016 kataluszek 19 nóv. 2017 16:30 No, only picture. I see problem with resolution. It can be insufficient.
tim Founder Frá Sweden Meðlimur síðan maí 2013 tim 19 nóv. 2017 20:03 See the documentation how to form an img tag. https://www.w3schools.com/tags/tag_img.asp
kataluszek Merchant Frá Germany Meðlimur síðan apr. 2016 kataluszek 19 nóv. 2017 20:12 Ok But it is constant? I can check it here. "Main content" have 713 px width. But it is always 713 px? Desktop and mobile view?
tim Founder Frá Sweden Meðlimur síðan maí 2013 tim 19 nóv. 2017 21:06 For dynamics you can use the bootstrap grid system (e.g. col-md-6, etc) and the img-responsive class. Both w3c an bootstrap's official website have documentation for this. For alignment there are the classes text-center, text-md-center...