Home Forums Arnold WordPress Theme How to design post layouts (margins, columns etc) + some issues?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15140
    john
    Participant
    Purchased
    Expired

    Hi team,

    Please see images for reference at the following link:
    http://ge.tt/8HCQghp2

    RE: “fullscreen-gallery.png”
    1. How do I remove ‘PREV’ and ‘NEXT’ (and their interactive function) from the fullscreen gallery template?
    2. Firefox sometimes renders Acumin regular a bit too heavy – any idea why and how to fix?

    RE: “about-margins.png”
    FYI, this is my About page, for which I have set 120px margins at larger screen sizes, so the logo and menu elements are inside the margins when the visitor scrolls down the page.

    RE: “post-issues.png”
    So… how can I design the post template (for all posts) in a similar way to how I designed the About page?
    3. On larger screens (only), how can I set margins to 120px?
    4. How can I have the project title occupy 1/3 of the measure (on larger screens, before it stacks) and the text block 2/3 of the measure?
    5. I want to keep the footer and back to top arrow where they are, no change to their margins – possible?
    6. Can you help with the font rendering issues marked on the pngs?

    Thanks in adv!

    #15147
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    1.
    We will consider add the option in next update, the quick css to hide it:
    Please paste the custom css code to “Appearance > Customize : Additional CSS”
    .single-portfolio-fullscreen-slider .blog-unit-gallery-wrap .post-navi-single{display:none;}

    2.
    I don’t understand this question, please give more tips? What’s “Acumin regular”?

    3 – 6. Please leave your page URL of “post-issues.png”, thanks!

    Regards~

    #15148
    SeaTheme
    Keymaster
    Purchased
    Expired

    3-6. Please use the custom css:

    @media (min-width: 1200px) {
    .gallery-post-des.container{
        width: 1170px; }
    .gallery-post-des .title-wrap { 
        width: 70%; }
    .gallery-post-des .title-wrap-tit  {
        width: 60%; }
    .gallery-post-des .gallery-post-des-inn { 
        width: 30%; }
    }
    .footer-cols-layout .footer-info > .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    #back-top { 
        right: 50px;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.