wordpress - "text-align: center" not working with Media Query -
i have searched these boards extent believe thoroughly , still have issues after trying number of different solutions. using avada themes , using there shortcodes layout elements.
in style.css have following
@media screen , (min-width: 980px) { /* styles here */ p1#p114 { font-family: times; font-size !important; font-size: 380%; color: #ffffff; font-style: italic !important; text-shadow: 4px 4px 2px rgba(5, 5, 5, 0.75); line-height: 125%;}
in page file have following code
[fullwidth backgroundcolor="" backgroundimage="http://dylanstevenscrawshaw.com/painterspaint/wp-content/uploads/2015/06/colour-1.jpg" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="fixed" video_webm="" video_mp4="" video_ogv="" video_preview_image="" overlay_color="" overlay_opacity="0.5" video_mute="yes" video_loop="yes" fade="no" bordersize="0px" bordercolor="" borderstyle="solid" paddingtop="100px" paddingbottom="100px" paddingleft="100px" paddingright="100px" menu_anchor="" equal_height_columns="no" hundred_percent="no" class="" id=""][fusion_text]<p1 id="p114"><strong>"colours suit you!"</strong></p>[/fusion_text][/fullwidth]
how go entering text within element?
i realize don't have values in posted code try , (text-align: center;) left out new wrong results receiving.
i have tried number of solutions offered on board , still have not managed solve this.
i know missing or doing wrong , hope can help.
you're missing ending curly bracket media query: }
@media screen , (min-width: 980px) { /* styles here */ p1#p114 { font-family: times; font-size !important; font-size: 380%; color: #ffffff; font-style: italic !important; text-shadow: 4px 4px 2px rgba(5, 5, 5, 0.75); line-height: 125%;} }
Comments
Post a Comment