Hi,
I'd like to change the width of a page for DMS GUESTBOOK. (one page only)
Where and how can i do ?
Hi,
I'd like to change the width of a page for DMS GUESTBOOK. (one page only)
Where and how can i do ?
Hi LaurentMoreno,
Can you post a link to your site (specifically on the page that you want the width to be changed)? so we can give you a specific css snippet.
Regards,
Ismael
Hi,
My site in under construction ...
:(
Regards
Laurent
Hi Laurent,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.page-id-77 .content .box {
width: 800px;
}
Where the number 77 represents the page ID you want to target. You can get the page id by opening that page like you would be editing it in wordpress and then look at the URL in your browser. It will show something like this:
http://yoursite.com/wp-admin/post.php?post=77&action=edit
where the number after post= is the page ID.
Regards,
Devin
You must log in to post.