Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1072844
    markusp80
    Participant

    Hi! I just updated and changed some stuff on my start page, but now the six columns that spread over the entire page width on desktop does not work. The two columns on the right hops down a row. How come? I haven’t made any changes to the row or columns settings.

    I want six columns with three images in each column. Zero spacing between them and spread over the entire page width. I have set each columns to 16.666% in width and each image to 100% width so that it fills out the columns. This has worked before.

    My site: http://www.markusp.se

    Built in Visual Composer. WordPress 4.5.3. Installed Version of X: 4.5.2

    /Markus

    #1072852
    markusp80
    Participant

    See attached screenshot

    #1072920
    Paul R
    Moderator

    Hi Markus,

    Please remove the width added to your columns and set your contentband to have marginless columns.

    The width should be 13.33332% not 16.66%

    http://screencast.com/t/E7yZAlnoG

    then to remove margin, set marginless column.

    http://screencast.com/t/9PoewIZN

    Hope that helps.

    #1073096
    markusp80
    Participant

    Hi Paul!

    Thanks a bunch, works like a charm! πŸ™‚

    #1073124
    Thai
    Moderator

    You’re most welcome πŸ™‚

    If you need anything else please let us know.

    #1073185
    markusp80
    Participant

    Yes, I am wondering how I can make a H1 to not break into two rows? I have tried responsive text but it does not work as I want to.

    On the start page of http://www.markusp.se I have a heading underneath the block of images that says “FOTOGRAF Γ–REBRO, MARKUS P” and I don’t want the P or the MARKUS P to jump down to another row when the browser is resized. I tried to set minimum font size to 50 and mximum to 80 pixels but it does not work as I want to.

    #1073218
    Jade
    Moderator

    Hi there,

    Please add this in the CSS customizer:

    @media (min-width: 1168px) and (max-width: 1237px) {
        .home #x-content-band-3 h1.h-custom-headline {
            font-size: 75px !important;
        }
    }
    
    @media (max-width: 1167px) {
        .home #x-content-band-3 h1.h-custom-headline {
            font-size: 63px !important;
        }
    }

    Hope this helps.

    #1073383
    markusp80
    Participant

    Works fine! πŸ™‚

    Another question:
    I have installed Ubermenu and made some changes. But on my blog page the menu covers the breadcrumbs and the top heading. Any easy way around this?

    http://www.markusp.se/blogg

    #1073449
    Rupok
    Member

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .x-header-landmark {
      margin-top: 40px;
    }

    Let’s change the value if needed.

    Cheers!

    #1073562
    markusp80
    Participant

    Thanks! I changed it to 70 or 80 pixels, worked just fine!

    #1073603
    Joao
    Moderator

    Glad to hear it.

    Please let us know if you need help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1072844 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>