Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #131524
    gunnarfagerlind
    Participant

    Hello, thanks for a great theme!

    Im in the process of building a personal homepage, http://www.gunnarfagerlind.se. Now im looking for a css to change the width of the content in my pages.

    I´ve been looking around at the forum not finding the right csssolution yet 🙁

    Best regards / Gunnar, Sweden

    #131529
    tikaram
    Participant

    @gunnarfagerlind : Can you please explain further. Would you like to increase or decrease the width of the content? Please provide details so that I can help you resolve the issue.

    Regards,
    Tikaram

    #131530
    tikaram
    Participant

    Go to Appearance => Customize => Additional css and add the following css.

    #content_sidebar_wrap #main {
        width: 100%;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #131538
    gunnarfagerlind
    Participant

    Thanks so much! That was exactly was i was looking for! Is there a way as well to make the pagecontent start first thing on the left side of the page, rather then in the middle of the page – or at least centralize the content.

    Anyway, lots of gratitude for a great theme and fast support 🙂

    /Best regards, Gunnar

    #131542
    gunnarfagerlind
    Participant

    sorry for all questions, but is there css code to only apply this for only big screens, not for phones or tablets?

    #131620
    tikaram
    Participant

    @gunnarfagerlind : For small screens use the following additional css.

    @media only screen and (min-width: 990px) {
    	#content_sidebar_wrap #main {
        width: 100%;
    }
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #131958
    gunnarfagerlind
    Participant

    Thank you alot! And sorry for late reply,

    Best regards
    Gunnar Fägerlind

    #131978
    tikaram
    Participant

    Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-base/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

    #132747
    gunnarfagerlind
    Participant

    Fixed it! I was thinking about something else, how do i centralize the header of the chosen content at my frontpage? gunnarfagerlind.se
    And as well how to centralize the whole “chosen content” linkpictures? They are now leaning to the left which doesnt look too good.

    So what i mean is: i would like to have the “chosen content” headers and pictures centralized in their own column.

    Thanks for all support guys!

    #132836
    gunnarfagerlind
    Participant

    Turns out im to bad at searching 🙂 with a better search at your forum i found out! Thanks

    #132919
    tikaram
    Participant

    @gunnarfagerlind : Glad to know that you have found out the solution. Let me know if you have any more issues.

    Regards,

    Tikaram

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Increase width for pagecontent’ is closed to new replies.