width of post and pages

Discussion in 'Photomaker WordPress Theme' started by andinheiro, May 4, 2016.

  1. andinheiro

    andinheiro New Member

    Joined:
    Jun 16, 2013
    Messages:
    14
    Likes Received:
    4
    hi, what is the 100% width in pixels for posts and the different types of pages of this theme?
     
  2. priya

    priya Guest

    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
     
    smith likes this.
  3. andinheiro

    andinheiro New Member

    Joined:
    Jun 16, 2013
    Messages:
    14
    Likes Received:
    4
    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)?
     
  4. priya

    priya Guest

    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
     
    andinheiro likes this.

Share This Page