• Hi

    I´m pretty new to WordPress and really in no way a technical expoert.
    I just created a new site and checked the header item on my mobile.
    The image is cropped on the sites so that you can not read the text.

    I´ve tried some CSS inputs I´ve found online such as:

    @media (max-width: 576px) {
    .header {
    padding-top: 100px;
    }
    }
    @media (max-width: 768px) {
    .header {
    padding-top: 200px;
    }
    }

    or

    @media (max-width: 480px){
    .logo img {
    width: 100%;
    height: 100%;
    }
    }

    but they didn´t change anything.

    My theme is clubfashion.

    I´m also wondering if there is a way that I can ovelay the writing in the header itme in wordpress itself? I´ve done it now in a photo programm in imported the foto already with the writing.. but since wordpress crops the image differently it´s not on the perfect place most of the time?

    And, sorry for so many topics; I would like to hide the author,date and the comment count on a post, or at least place them differently. They now placed right in the middle of the header image when I open a post, that doesn´t look good 🙁
    However, I again tried to google fix it with:

    ” .entry-author-link, .entry-date { display: none; }”.

    but this didn´t change anything again 🙁

    Since I really don´t even understand what I´m copying into the Css, sorry if that´s absolut nonsense. Is it important how many spaces in such an function?

    Thanks in advance for any help

    Michelel

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • lisa

    (@contentiskey)

    I think the proper place to ask for guidance about making changes to your theme would to contact the theme developer
    Here are the links I found for clubfashion theme:
    https://www.thewpclub.com/contact/
    https://ask.thewpclub.com/

    Since you are new to WordPress, perhaps you should find a theme that does things more like you prefer before you start trying to change the theme you have.
    Any of these theme questions should be asked in the theme’s support forum, since each theme does things differently. The volunteers here know WordPress, not each theme.

    Thread Starter lifeistoughmydear

    (@lifeistoughmydear)

    Hi both of you and thanks for your fat answers. Sorry for posting it wrong, I will certainly look into clubfashion support.
    To be honest I suggested that all themes would be similar complicated. Maybe different problems but still. All announce them as very flexible and easy.. But if there are easy ones I would be happy to switch. Is there a theme you would suggest to start with?

    If you have a dedicated development system that is off-line,
    ( Especially if it is on something like XAMPP, WAMP, or similar )

    This would be where you could test out perspective themes. I would suggest paying attention to themes that declare they are mobile-responsive (like a majority of the free WordPress-authored themes). You can fully test them out by resizing your browser window while you are displaying the pages.

    If you wish to make minor modifications to any of the style sheets so as to fine-tune the appearance, of course you should create a “child theme” of the theme template you wish to use.

    Personally,

    I have had good luck with, and taught myself a lot about mobile-responsive design by using Twenty-Fourteen. So here may be a good start?

    – Jim

    Thread Starter lifeistoughmydear

    (@lifeistoughmydear)

    Thanks guys, I think I will just try a new Theme then, maybe that is easier!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Header image not mobile responsive’ is closed to new replies.