Tagged: width
Also i need to make the width of the blog wider – can not figure out where that is done?
Here is an example of a post that needs both to be wider for the content area available and also where I must have the date AND THE TIME in AM/PM format
http://mcm-ct.com/mcm-indexes-show-intra-day-bear-trap-setting-up/
Figured it out…went to the inlcudes directory in the enfold theme and added the following code:
at line 134:
echo “<time class=’date-container minor-meta updated’ $markup>”.get_the_time(get_option(‘date_format’)).” at “.get_the_time(get_option(‘time_format’)).”</time>”;
The thing I still have not figured out is where to go to increase the width of a single view post when no sideward is displayed. I do not want a sidebar on my single post blog view…but this leave a lot of space and I want the blog post view to be full width not 70%