Hi,
I have purchased: Canvas | The Multi-Purpose HTML5 Template
And I would like to useop-interior.html
I have a problem: I have to change the width of <!-- LAYERS -->
Dimensions 600px X 256px
To change the width 600px
I go to line 99 and change the style: .rev_row_wrap { width: 600px !important; left: 0 !important; }
where can i change the width?
Thanks for your help
Gherardo
Canvas | The Multi-Purpose HTML5 Template: Dimensions LAYERS
1 reply · opened Oct 2, 2022
Ggherardo1Oct 2, 2022
SSemicolon WebSTAFFOct 6, 2022
Hello,
Consider trying this code:
[ch_pre type="css"]@media (min-width: 992px) {
.tp-parallax-wrap.rev_row_wrap {
width: 600px !important;
left: 0 !important;
}
}[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard