最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

css - HTML not resizing

programmeradmin1浏览0评论

I am currently working on my business website. I am using ready made HTML code provided from a 3rd party for the front page. The output is small and can not be resized. On the 3rd party sites it shows me the html output is larger in size and has no scroll on the side. I tried the appearance layout and no option for resize. I disabled many plugins and still nothing. I changed out theme and still same output. I don't know if the issue lies with code below or CSS. Any help would be greatly appreciated or steered in the right direction.

I am currently working on my business website. I am using ready made HTML code provided from a 3rd party for the front page. The output is small and can not be resized. On the 3rd party sites it shows me the html output is larger in size and has no scroll on the side. I tried the appearance layout and no option for resize. I disabled many plugins and still nothing. I changed out theme and still same output. I don't know if the issue lies with code below or CSS. Any help would be greatly appreciated or steered in the right direction.

Share Improve this question asked Jun 22, 2019 at 4:32 loboknightloboknight 1
Add a comment  | 

1 Answer 1

Reset to default 0

I'm sorry I don't have enough recommendation to comment your question and ask for more information.

To answer your question as I understand it : This is CSS related.

If you only used the HTML part of your "3rd party site", it is normal you don't have any CSS style applied (unless it is inline CSS, but it's not the case here).

I recommend taking basic CSS lessons before anything else.

What you need is to style your <select> element, as in this exemple :

select.your-select-class{
    width : 8O%;
}

I don't know what you want your select to look like, so my answer can't be more specific.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论