marcodurigon14
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customify] code css templateYes, but in Appearance -> Customize section > Additional CSS, I added additional css which now is disappeared. For example the additional css reversed the order of the sidebars (the menu must be on the left) and many other things..
Forum: Themes and Templates
In reply to: [Customify] customize sidebars (width)perfect! Thanks a lot
mForum: Themes and Templates
In reply to: [Customify] customize sidebars (width)Thanks, the css is correct, but it is also applied in the internal pages where the sidebars are two (and where I have applied a specific css for the margins). Is it possible to correct the code so that it only applies to the home?
Forum: Fixing WordPress
In reply to: Margin right internal pagesPerfect! Thank you very much.
MDForum: Fixing WordPress
In reply to: Margin right internal pagesThank. In effect I would like to change text and images margins. what should I add to the code (which works) you have already sent me?
Forum: Plugins
In reply to: [Posts in Sidebar] font and arrowperfect! The right code is that of the second answer. In the first the code was different and didn’t work. Thank you so much!
Forum: Plugins
In reply to: [Posts in Sidebar] font and arrowHello, first question ok, second question…doesn’t work
If I use code
.pis-title::before {
content: "\2192\0020";
}
OR CODE
#pis_posts_in_sidebar-2 .pis-title::before {
content: "\2192\0020";
}
the right arrow doesn’t appear
Thanks