0.0.167
This commit is contained in:
@@ -28,8 +28,22 @@
|
||||
{% endif %};
|
||||
width: 100%;
|
||||
}
|
||||
.{{ name_w }}_{{ widget.id }}_align_btn.desctop{
|
||||
display: block;
|
||||
}
|
||||
.{{ name_w }}_{{ widget.id }}_align_btn.mobile{
|
||||
display: none;
|
||||
}
|
||||
@media (max-width: 800px) {
|
||||
.{{ name_w }}_{{ widget.id }}_align_btn.desctop{
|
||||
display: none;
|
||||
}
|
||||
.{{ name_w }}_{{ widget.id }}_align_btn.mobile{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div class="{{ name_w }}_{{ widget.id }}_align_btn">
|
||||
<div class="{{ name_w }}_{{ widget.id }}_align_btn{% if mobile %} {{ mobile }}{% else %} desctop{% endif %}">
|
||||
<a class="{{ name_w }}_{{ widget.id }}_widget_btn_a" href="{{ widget.url }}" target="_blank">
|
||||
{{ widget.but_title }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user