Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1093530

    Hi,
    i have a problem with a seperator outside a layout element. Its not perfect in the middle, on mobile phone you see it clearly. Inside a layout element i have no problems.

    I also have a problem with buttonrow. I have only 1 button in a buttonrow, i know i can take a single button element but i like to have the choice to expend a second one without delete the single button and place a buttonrow. The problem is that the selector for the button is on full width and i be able to click next to the actually button.

    Thanks for help,
    Banshee350

    #1093814

    Hey Banshee350,

    Please post a link to where we can see the elements in question so that we can have a closer look.

    Best regards,
    Rikard

    #1094192

    Here the login in the private content cause site is in maintence mode.

    #1095002

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #top .template-page.content {
    float: none !important;
    }
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1095091

    Works well, thank you!
    Can be closed.

    #1095381

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Separator not in the middle’ is closed to new replies.