Why the css in twenteenfourteen theme take no effect?
-
I want to set margin-bottom:10px for article in https://104.223.65.117/wp/?s=emmet.
Method 1:
sudo cat /var/www/html/wp/wp-content/themes/twentyfourteen-child/style.css
*{ font-family:"DejaVu Sans Mono" !important; } .site { max-width: 1920px; } .site::before{ width:400px; } .site-header { max-width: 1920px; } .site-content header .entry-meta { max-width: 100%; } .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .site-content .navigation, .comments-area, .page-header, .page-content { max-width: 70%; } #secondary ul li{ color:black; width:360px; font-size:16px; } .entry-meta .cat-links{ display:none; } pre{ font-family:inherit; font-size:16px; border:1px solid red; } article{ margin-bottom:10px; }
I have added the margin-bottom for artilce at the end of twentyfourteen-child/style.css file.
article{ margin-bottom:10px; }
Method 2:
In the Customizing–Additional CSS
set in customizing-additional cssFor both of them ,sudo service apache2 restart, it take no effect.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Why the css in twenteenfourteen theme take no effect?’ is closed to new replies.