Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Media Queries #235418
    SELLAR
    Participant

    Adjusting the media queries as I suggested in the style CSS worked a perfect. No need for pro edition for now thanks although if all works out for my site will likely purchase.

    in reply to: desktop to mobile #235415
    SELLAR
    Participant

    Below is an option. create a resized image and set seperate image file at mobile size.
    Prob betters ways to do it but works for me at this stage.

    /* Phone Display Settings */

    @media
    (max-width: 30em)
    {
    /* Header Image */
    .custom-header
    {
    background-image: url(http://3dbim.solutions/wp-content/uploads/2020/01/3DBS_Logo_300dpi.png) !important;
    }
    }

    in reply to: Gallery #235408
    SELLAR
    Participant

    another option is give a page builder a go. Im currently using Elementor plugin which allows for easy page buidling, centers my content and easy animations, also control what content appears on what device. Im sure theres plenty of others and wordpress may suit your needs but feel free to have a look at my temp site for example.
    website: 3DBIM.solutions

    in reply to: Gallery #235406
    SELLAR
    Participant

    Possibly try this, if it works for desktop but not mobile could add a media querie.

    .content-area
    {
    width: 100% !important;
    }

    in reply to: Gallery #235375
    SELLAR
    Participant

    Content being centered should be easier enough within your page builder?

    What are you using to edit your pages? WordPress or maybe elementor or something?

    in reply to: Page Scroll Error #235307
    SELLAR
    Participant

    My additional CSS listed below incase any could be the cause.

    #content
    {
    padding: 0
    !important;
    }

    .site-content
    {
    background: #2b2b2b
    !important;
    }

    .fluid-layout #header-content
    {
    background-color: #2b2b2b
    !important;
    }

    #search-toggle-right
    {
    display: none
    !important;
    }

    .entry-container
    {
    background: rgba(250, 160, 5, 0.5)
    !important;
    }

    .entry-title,
    .entry-content-wrapper a
    {
    color: #000000
    !important;
    }

    .cycle-slideshow
    {
    display: block
    !important;
    background: #000000
    !important;
    }

    .cycle-next,
    .cycle-prev
    {
    color: #000000
    !important;
    background: rgba(250, 160, 5, 0.5)
    !important;
    border-style: solid
    !important;
    border-width: 1px
    !important;
    border-color: black
    !important;
    border-radius: 10px
    !important;
    }

    in reply to: Page Scroll Error #235306
    SELLAR
    Participant

    If you right click on my home page and inspect and change the display option to the Galaxy S5 you will see the error mactching the snapshots on my projects page.

    in reply to: Gallery #235305
    SELLAR
    Participant

    I found changing the image size in the contentblock from large to full helped with image resolution.

    in reply to: homepage #235304
    SELLAR
    Participant

    no worries joma5662. ill keep an eye out on the support page as im currently building using this template and may be able to assist with some aspects. all the best.

    in reply to: Page Scroll Error #235303
    SELLAR
    Participant

    added snapshots to my page for reference.

    http://3dbim.solutions/projects/

    in reply to: Page Scroll Error #235302
    SELLAR
    Participant

    I currently have a galaxy S5 im testing on. it seems fine when I test the screen sizes using the inspect option but on my phone if i scroll down 1 section i can still see a portion of my section 1 and it drops off the bottom of the second section. and then if I scroll up it positions the sections correctly.

    I am also having issue with the homepage feature image sometimes appearing to have cut thru the image.

    I will work out how to add some snapshots for better reference when i work out how to 🙂

    cheers again.

    in reply to: homepage #235269
    SELLAR
    Participant

    new to wordpress myself but I just use the addition CSS.

    below is fullsite background color.

    .site-content
    {
    background: #ffffff
    !important;
    }

Viewing 12 posts - 1 through 12 (of 12 total)