This topic has 48 replies, 2 voices, and was last updated 8 years by DDClub.

  • Author

    Tagged: ,

  • #68218
     DDClub
    Participant

    Because I have a simple thin header I get an enormous space between header and any page heading. Checking out previous questions in the forum I found this css to reduce header size.

    .header-bg.clearfix {
    height: 100px !important;
    }

    I tested various sizes to find the optimum size to reduce the unwanted space. This worked fine in laptop and desktop sizes. However in tablet and mobile sizes the page heading overlaps the responsive header. Is there anything I can do?

    #68224
     DDClub
    Participant

    A couple more points about the responsive view.

    The profile and Log Out/In buttons are quite large when viewed in responsive mode for mobile. Perhaps they can be smaller.

    The page links are now listed as ‘please select your page’. It could be replaced with a smaller symbol (as typical in mobile apps) that was not as wide.

    If the above were in one line in the mobile version there would not be an overlap. Or this could be something I use in conjunction with any css you give me to solve the problem.

    Thanks in advance

    #68351
     Laura
    Moderator

    Hello, could you share a link to your website so i can build a css for you? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #68475
     DDClub
    Participant

    The url is http://www.charitydate.club.

    The problem is site wide and each page is slightly different as per space between header and page heading. Please check out this one too: http://charitydate.club/membership-account/membership-levels-2/

    If you go to http://charitydate.club/browse-members/ and do a search the results page comes up with the geo my wp horizontal bar even further at the top, and even more of a problem in mobile view.

    Thanks

    #68544
     Laura
    Moderator

    Hello, can you share an user so i can test? Also please share screenshots 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #68707
     DDClub
    Participant
    This reply has been set as private.
    #68713
     DDClub
    Participant

    Attached two screenshots. Please note that in the mobile size the drop down button for the nav links sits behind the front page image!

    Some of the other pages (see search above) will be even worse. Ideally I’d like to prevent any overlap and have slightly smaller buttons on the mobile view.

    I appreciate your help!

    Attachments:
    You must be logged in to view attached files.
    #68794
     Laura
    Moderator

    Hello, will work on the css for the mobile site, please give me some time so i can test some stuff, will let you know 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #68795
     Laura
    Moderator

    Hello, for front page, try adding this to child theme style.css or quick css

    COPY CODE
    
    @media (max-width: 991px) {
    .article-content {
      margin-top: 70px;
    }
    }
    

    Please let me know if it fixes other pages. If not please share a screenshot 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #69110
     DDClub
    Participant

    Hi,

    I reduced the size of the header a little to narrow the gap and I still get the same visual result as above screenshots. Pretty much where I was. To clarify what I have in css I have pasted below (in case there is a conflict; also nav button size is not responding).

    * Please add your custom styles below
    */
    @media only screen and (max-width: 767px) {
    .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge {
    width: 80% !important;
    top: 15px !important;
    left: 50% !important;
    margin-left: -40%;
    padding: 20px !important;
    height: auto;
    }
    }
    .six.columns {
    color: black;
    }
    .header-bg.clearfix {
    height: 60px !important;
    }
    }
    @media (max-width: 991px) {
    .article-content {
    margin-top: 20px;
    }
    }
    .navbar-nav li > a {
    font-size: 16px !important;
    }

    #69222
     Laura
    Moderator

    Hmm something is wrong in that code, please replace with

    COPY CODE
    
    @media only screen and (max-width: 767px) {
    .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge {
    width: 80% !important;
    top: 15px !important;
    left: 50% !important;
    margin-left: -40%;
    padding: 20px !important;
    height: auto;
    }
    }
    .six.columns {
    color: black;
    }
    .header-bg.clearfix {
    height: 60px !important;
    }
    @media (max-width: 991px) {
    .article-content {
    margin-top: 20px;
    }
    }
    .navbar-nav li > a {
    font-size: 16px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #69792
     DDClub
    Participant

    Unfortunately no change has occurred. Same gap, overlaps and font size. (I did clear cache and save changes).

    #69945
     Laura
    Moderator

    Could you specify what is the exact look you want? Maybe we are missin something

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #70418
     DDClub
    Participant

    I am trying to achieve a narrow header and no overlap in mobile view.

    The look is fine in desktop view. Reduce the browser size and everything is messed up. The page content covers header content!

    (Compare the screenshots above or visit any of the pages listed above. Be sure to sign in with the details above.)

    #70642
     Laura
    Moderator

    Hello, please try with

    COPY CODE
    
    @media (max-width: 991px) {
    .article-content {
      margin-top: 50p !important;
    }
    }
    

    Let me know 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #71127
     DDClub
    Participant

    Sorry, doesn’t work.

    #71145
     DDClub
    Participant

    I’d be grateful if you went into my admin and looked at editor yourself and checked the pages in full and mobile view. There are many posts in this article and it may be getting confusing….

    All you need to get in is in posts above.

    Thanks in advance!

    #71448
     Laura
    Moderator

    Hello, will check it out and let you know in some minutes 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #71449
     Laura
    Moderator

    Hello, please try with:

    COPY CODE
    
    @media (max-width: 991px) {
    .article-content {
        margin-top: 90px;
    }
    #header {
        position: absolute;
        z-index: 1;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #77681
     DDClub
    Participant
    This reply has been set as private.
    #78044
     Laura
    Moderator

    Hello, i dont see the excess here, could you share any screenshot maybe?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    #78638
     DDClub
    Participant

    The attachment you have above says it all. The white space between the bottom of honeys and the top of search is huge. I’d like a very small space between them.

    Many websites now have slim banners. It helps to make more space above the fold. I am sure you know this.

    Here is an example: https://www.chameleonsocial.com/

    #78639
     DDClub
    Participant

    Thanks in advance

    #78741
     Laura
    Moderator

    Hello, the design of the theme is focused in minimalist and modern look, if you still want to take that space off, please add this to style.css 🙂

    COPY CODE
    
    #main {
        padding-top: 0px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #78778
     DDClub
    Participant

    Sorry to bother you, but that’s not working.

    It’s a complete mystery to me as to why my site has a huge space between header and content while your demo is fine!! http://seventhqueen.com/demo/sweetdatewp/ (Also with the responsive view which I told you about in above posts)

    I think I am going to go back to exactly what you have above in your demo and work out from there. I’ll save all my work and reset to default and start again.

    Will that work? Anything I should know first? I think I need to upload the images again/ or should I do a complete new upload? I also have a child theme installed…

    It’s that important to me and I am running out of time.

    Thanks

    #78823
     Laura
    Moderator

    Hello, there is no need to do that, please try the css i posted above, it should fix it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #78824
     DDClub
    Participant

    I have more for you. Taken away the child theme, header logo and image from my front page. Compare these screenshots:

    I just want mine to look like yours!

    Regards,

    Attachments:
    You must be logged in to view attached files.
    #79018
     Laura
    Moderator

    Hello, i see, i can set it up for you, just the main page?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #79025
     DDClub
    Participant
    This reply has been set as private.
    #79271
     Laura
    Moderator

    Hello, i will need admin credentials 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #79321
     DDClub
    Participant

    Sorry! Done!

    #79518
     Laura
    Moderator

    Hello, seems like you need a reinstall of the theme, may i have ftp credentials to do it? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #79785
     DDClub
    Participant
    This reply has been set as private.
    #80208
     Laura
    Moderator

    Hello, ok, i could login, am i allowed to begin with the demo reinstall? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #80211
     DDClub
    Participant

    Yes, please!

    #80513
     Laura
    Moderator

    Hello, reinstalled it, did you notice any change? Let me know so i can help you 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #80582
     DDClub
    Participant

    There is an error with the installation:

    function.implode]: Invalid arguments passed in /home/content/91/12054691/html/wp-content/themes/sweetdate/framework/theme_options.php on line 1519

    message on theme page: The active theme is broken. Reverting to the default theme.

    #80809
     Laura
    Moderator

    Hello, should be fine now, let me know if you want more changes 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #81805
     DDClub
    Participant

    Thank You!

    #81820
     DDClub
    Participant

    Oh, I am still having the same problem (sort of). I changed the height of the background image and now I have a large white gap between the revolution slider and a new kleo section containing my body content.

    I tried to change the size of the rev slider but only seem to be able to change the grid size. I think the problem may be with the rev slider page size still being similar to the original image size.

    What can I do?

    Thanks

Viewing 40 posts - 1 through 40 (of 49 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?