Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #816473

    Hi,
    I am having issues with a simple replace logo for the website i have tried to upload another logo in the enfold options and it gets replaced with a small enfold logo can you advise how this is fixed.

    Also I have another question on my font page I have a products section I would like to show the products grid full screen and not with margins and gaps like it currently is can you advise?

    Thanks
    Bejan

    #816480

    Hey bejan2k,

    Please go to Enfold theme options > Header > Transparency Options and change transparent header. You are currently using transparent header on your page – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Best regards,
    Jordan Shannon

    #816529

    Thanks Jordan, thats perfect. Do you also have any advise into how to create a full screen grid of the tours I have rather then the boxed grid with gaps? I know it is possible to do this with the portfolio items but as i’m using the products section instead is it possible to do with these also?

    Thanks
    Bejan

    #816531

    Hi,

    Can you provide an example of what you have in mind?

    Best regards,
    Jordan Shannon

    #816671

    Hi Jordan,

    A grid like shown here, full screen grid look

    Thanks
    Bejan

    #816752

    or similar to this but not with uneven boxes more to a perfect size box

    http://kriesi.at/themedemo/?theme=enfold-overview

    #816803

    Hi,

    Please link me to YOUR tours page so I can see for comparison.

    Best regards,
    Jordan Shannon

    #816822

    Ahh apologies, you can see my one here:

    #816936

    Hi,

    Add this to quick css:

    .responsive .container {
        max-width: 100%!important;
    }
    
    .container{
    padding:0px 0px!important;
    }
    
    .shop_columns_3 .products .product {
        margin: 0 0% 0% 0;
        width: 33.3%;
    }

    Best regards,
    Jordan Shannon

    #817194

    Hi Jordan,

    Thanks for that code it working on the grid of items, only thing is it adjusted my margin for the footer on my website do you have any CSS code to put just for the footer so the elements are centred?

    Thanks
    Bejan

    #817296

    Hi,

    So you want the footer back to how it previously was? I am trying to pull up the /destinations page but it is not being found at the moment.

    Best regards,
    Jordan Shannon

    #817420

    Hi Jordan,

    Yes i want to footer back to the way it was but i don’t want it to effect the margins of the grid you gave me, as I am happy with this now. I have changed the destinations page you can see it here:
    http://moroccanventures.com/marrakechtours/ or

    You can see the footer on the page at the bottom is over to the left as there is no left margin for this i basically want it the the default way ;)

    #817573

    Hi,

    Apologies, could you please provide a screenshot of the footer issue as I am not seeing it.

    Best regards,
    Jordan Shannon

    #817698

    Hi Jordan,

    You can see the image of the footer here, you can see the right and left edge of the footer content has no margin. would be great to have a small margin on these edges.
    http://photobucket.com/gallery/user/bejan2k/media/cGF0aDovVW50aXRsZWRfNl96cHNsanZwYmJ0ai5qcGc=/?ref=

    thanks

    #817747

    Hi bejan2k,

    The footer looks fine on my end (screenshots in private). Is there still something that needs to be adjusted?

    Best regards,
    Victoria

    #817805

    Hi Victoria,
    Its not the same for me, if you go on the page in the private content and scroll down there is no margins on the left or right and the grid of tours should be at full screen with no margin, as i have added the CSS code Jordan sent over. Maybe if you shrink the browser window down you will see it i have checked with Chrome, Safari and Firefox and i’m still getting this issue

    #817865

    Hi,

    Try adding the following:

    #footer .flex_column{
    padding:0 50px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.