L
L
Leopandro2016-02-18 00:25:22
Yii
Leopandro, 2016-02-18 00:25:22

How to easily change the design to yii2?

My project design is written on a standard bootstrap design, which, of course, the customer doesn’t like, he wants something prettier, well, let’s say I take any design I like that I googled, apply it on my website, and then this happens ... everything breaks, everything is crooked, the design of the widget is superimposed on the new design, everything jumps and jumps ... hmm ... somehow I didn’t imagine stretching the layout like that ... can’t you just take some css copy paste and make everything work? I am a back-end developer and have never professionally engaged in such design, much less developed anything like that. how to be?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Natarov, 2016-02-18
@HanDroid

you don't have to use bootstrap. You just have to rewrite all the widgets and views that are used with the help of bootstrap to pure css, js if any.
Or look for ready-made responsive templates for Bootstrap, but sooner or later you will need to customize and customize.
Well, you need to know how the framework interprets templates and types. And if you think that this is the work of the frontend, then you are mistaken. They draw and typeset the template, and you will always implement and correct it. I would be glad if front-end developers knew at least five popular frameworks.

N
Nikita, 2016-02-18
@bitver

Bootstrap is not just a ready-made version of styles, but a whole **framework** and you need to know how to use it. Look towards LESS and in half an hour it will be more or less clear how to pull something on a finished project using bootstrap.
If you are looking for something like copy-paste and voila, then google bootstrap themes.

E
enchikiben, 2016-02-18
@EnChikiben

why don't you like changing the bootstrap theme?
for example, here are good https://bootswatch.com/ just apply the theme for the bootstrap and you don’t need to change anything, that’s what I do

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question