Hello, Greetings from InkThemes! I am a little bit confuse with your requirement... But as I guess from your words it seems that you want your pages in fullwidth... So if I am not wrong with your concern, you can easily do it by assigning Fullwidth template for your desired pages.. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
thanks but i was not asking for a full width page, i only want to put an image that fills all the width of the post or of a page, so for this reason i want to know what is the width in pixels of: 1- posts / page width 2- full width page 3- sidebar width (for placing full width image purposes in 3 cases)?
Hello, Use below code in your Custom CSS field.. Code: .page-content .content-bar { width: 1170px; } .content-bar img { width: 1170px; height: 545px; } NOTE: Change the numeric value as per the requirement.. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com