Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Is this a problem with your plugin?
No i think it’s a problem with the size of all the media content. Do you know how can I post images with a larger width ? Mine are automatically changed into the scale of 700px width….
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you show us the page in question?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Do you want to widen the content just for this page?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
.page-id-16 .entry-content {
max-width: none;
}
Then you really do have a problem with the plugin, as illustrated here:
<div id="mapster_wrap_0" style="display: block; position: relative; padding: 0px; width: 604px; height: 446px;">
sorry Andrew but It doesn’t work.
Do I write something instead of .page-id-16 ?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
By the way, if you put code inside these characters it won’t work:
/*
*/
I tried to change something because it didn’t work. Now It’s exactly as you wrote. Where am I wrong? thank you
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You put it inside these characters:
/*
*/
Instead of this:
/* =Theme customization starts here
.page-id-16 .entry-content {
max-width: none;
}
-------------------------------------------------------------- */
Do this:
/* =Theme customization starts here
-------------------------------------------------------------- */
.page-id-16 .entry-content {
max-width: none;
}
thank you! but all the text and content of my website is changed! what does it mean I have a problem with the plugin? Should I uninstall it?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You’re also missing a semi colon on the end of this line:
@import url('http://fibrosipolmonare.com/wp-content/themes/twentythirteen/style.css')
E.g.:
@import url('http://fibrosipolmonare.com/wp-content/themes/twentythirteen/style.css');
thank you andrew!!!!!! you’re my hero!