Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43338
    catwingz
    Participant

    Hi, I am hoping the solution, or at least a part of it, will fit into the scope of this forum.

    What I have is a slider — not yours because my client had very specific ideas about his image captions — that is perfect, except for how it looks in mobile portrait view. His issue there is that the captions then completely cover the image. I have figured out how to fix that part with this code –

    .caption {
    	background: rgba(0,0,0,.6);
    	margin-bottom: -100px;
    }
    
    .rslides_container {
    	margin-bottom: 20px;
    }
    
    .rslides {
    	overflow: visible;
    }
    

    This brings me to the theme part of the problem. I need to make the div.entry-content move down on the home page, in mobile portrait view only, so that it doesn’t get overlapped by the relocated caption. If you can help me with the code for relocating the .entry-content I think I can figure out the if>then for the mobile piece.

    Thank you!

    #43367
    Sakin
    Keymaster

    @catwingz: Sorry you forgot to post in your site URL so that I can check in. Also which mobile view portrait are you check in.

    #43374
    catwingz
    Participant

    @Sakin, Sorry, the site is here

    I’m not sure what you mean by ‘which mobile view portrait’. If we look at the site with the portrait view of a mobile phone it looks weird. Once the phone is turned to landscape view it is ok. It’s the same on more than one one phone, so it’s more a width issue. Does this help?

    #43395
    Sakin
    Keymaster

    @catwingz: Sorry you are not using our theme. We only support theme develop by us that is CatchThemes.com . Please post in the theme author support forum.

    #43400
    catwingz
    Participant

    @Sakin, sorry, I got my projects mixed up! Thanks anyway!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘move entry-content in mobile portrait view?’ is closed to new replies.