• Resolved phnxprmnt021

    (@phnxprmnt021)


    Is there any way to get the content area to start closer to the top of the page on mobile? The header that I’m using is shorter than the recommended size, and it’s vital that there isn’t so much blank space below the header image. It looks fine on desktop, but on mobile all of that space is visible.

    Screenshot: https://m.imgur.com/noPsZsi

    Is there anything I can do about this? I’ve been experimenting with the code, but so far nothing has helped.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi phnxprmnt021,
    the slider you are using is run by a plugin (I guess).
    You should contact the developer of the plugin because (looking at the CSS code of the plugin) the height of the slider is managed independently from the theme.

    Best Regards,
    CrestaProject

    Thread Starter phnxprmnt021

    (@phnxprmnt021)

    Right! Abd I have changed the height of the plug in, but that hasn’t changed where the content area of the layout begins.

    Theme Author CrestaProject

    (@crestaproject)

    Hi phnxprmnt021,
    ok try this way:
    1) Add this custom CSS code:

    <style type="text/css">
    	@media all and (max-width: 767px) {
    		header.site-header {
    			height: auto !important;
    		}
    	}
    </style>

    and delete this div from the slider:

    <div style="margin-bottom: -100px">

    in this way it should work ??

    Best Regards,
    CrestaProject

    Thread Starter phnxprmnt021

    (@phnxprmnt021)

    I think that’s fixed the problem! Thanks!

    tenho um site com tema Cosimo.1.0.8, existe uma atualiza??o para cosimo.1.0.9, devo aceitar essa atualiza??o? Isso n?o vai prejudicar meu site? Gostaria de saber como mover a barra de categorias para baixo, quero deixar o topo livre para exibir o logotipo sem cortes.
    meu e-mail: [email protected]
    Agrade?o o apoio
    Angélica

    Theme Author CrestaProject

    (@crestaproject)

    Hi angelica1605,
    If you have not made changes to the site code, you should have no problems to updating the theme.

    Best Regards,
    CrestaProject

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Content Starting Closer to Top of Page?’ is closed to new replies.