logo and copy

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17023
    J_Fluid
    Member

    hi fusion team,

    i have a couple of issues with the website, kindly see attached files for reference:

    1. the logo is hanging on that menu space when i scroll down. it wasn’t doing that before so i don’t know what happened
    2. the text beside the video are not showing properly when i make the web browser smaller.

    do kindly advice on how to fix it, thanks again guys!

    #17034
    Veena
    Moderator

    1. Pls add the below custom CSS in themeoptions –

      #header.sticky #site-logo {
         top: 10px;
      }
    

    2.Can you pls share a temp login to your site ?

    #17047
    J_Fluid
    Member
    This reply has been marked as private.
    #17048
    J_Fluid
    Member
    This reply has been marked as private.
    #17073
    Raghavendra
    Moderator

    For the text beside the logo, we have to make some compromises for size below 1024 (at least below 960px). We can reduce font size a bit but best solution is to just hide the description text like this –

      @media only screen and (min-width: 768px) and (max-width: 1024px) {
             .image-toggle .text-content p, .video-toggle .text-content p {
        display: none; } }
    

    Hope this helps.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.