
senzacqua
senzacqua
About
- Banned
- Username
- senzacqua
- Joined
- Visits
- 7
- Last Active
- Roles
- Member
Comments
-
Ok, Thanks !
-
I work a lot with foundation and bootstrap , and other themes and plugins like ubermenu, and this are responsive to when You resize the screen You dont have this open menús and icons moving in str ante ways . I will send You a link with a examples…
-
@import should not be used to import the parent stylesheet into the child theme. The correct method is to use wp_enqueue_style() to enqueue the parent stylesheet, using this code in your child theme's "functions.php": <?php add_action…
-
So you are not using the Child Theme ? CSS/ custom.css just making changes on the Parent Theme ? I will like to know how you solved that? If you are doing that way dosent have any sense to have Child Theme or ? Thanks