Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #117676
    Dar
    Participant

    Hi, love your theme with all the possibility’s.
    I only have one small question.
    I would like the pages to be more width but cannot figure out wich code to use where.
    Any suggestions for me?

    wkr Jack Holland

    #117714
    Pratik
    Keymaster

    Hi @dar,

    Can you post in your site url so I can check it?

    Regards,
    Pratik

    #117728
    Dar
    Participant

    Hey pratik,
    Thank you for the fast respons, I use the theme on two sites but one is under construction.
    Link 1
    Link 2

    Both show the same width of the oage wich I would like to change.
    Wkr dar holland

    #117761
    Pratik
    Keymaster

    Hi @dar,

    You are using different themes. Different themes have different layout. Link 1 has clean education theme and link 2 has rockstar theme.

    If you want to make clean education full width, try following code:

    
    .site {
       max-width: 100%;
    }
    
    .slider-image img,
    #hero-section img {
       width: 100%;
    }
    

    Regards,
    Pratik

    #117802
    Dar
    Participant

    Hey Pratik,
    Thank you for the quick respons.
    indead The second link was wrong, sorry for that.
    This is the proper second link: link

    Unfortunatly the code is not wat I was looking for.
    Also it’s not working for 100%, sorry just an observation, it’s making the slideshow show some white area in responsive view.

    I was looking for a peace of code that makes the text on the homepage wider.
    Could you please help me with this?

    wkr Dar

    #117811
    Pratik
    Keymaster

    Hi @dar,

    Both link 1 and link 2 have same width. I thought you wanted to increase whole width of the page. If you want to just increase the text size, try following code:

    
    .no-sidebar .content-area {
        max-width: 100%;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #117839
    Dar
    Participant

    Pratik, thank you thats the code I was looking for.
    Even this is a free theme I must compliment you for the given support.
    So thank you very much for the quick and good support, I will rate this theme a 5 star on wordpress.

    Wkr Dar Holland

    #117892
    Pratik
    Keymaster

    Hi @dar,

    Thank you for a great review. It will help me and my team a lot in supporting free themes and keep updating them.

    Regards,
    Pratik

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Page width’ is closed to new replies.